mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Add Safe PHP functions
This commit is contained in:
parent
04a956886a
commit
58cc098058
260 changed files with 49458 additions and 45 deletions
0
vendor/thecodingmachine/safe/generated/Exceptions/.gitkeep
vendored
Normal file
0
vendor/thecodingmachine/safe/generated/Exceptions/.gitkeep
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ApacheException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ApcException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ApcException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ApcException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ApcuException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ArrayException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class Bzip2Exception extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ClassobjException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ComException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ComException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ComException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class CubridException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class DatetimeException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/DirException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/DirException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class DirException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/EioException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/EioException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class EioException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ErrorfuncException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ExecException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class FileinfoException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class FilesystemException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class FilterException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class FpmException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class FtpException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class FunchandException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class GmpException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class GnupgException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/HashException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/HashException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class HashException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class IbaseException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class IbmDb2Exception extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class IconvException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ImageException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ImapException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class InfoException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class IngresiiException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class InotifyException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class LdapException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/LibeventException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/LibeventException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class LibeventException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class LibxmlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class LzfException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class MailparseException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class MbstringException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class MiscException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/MsqlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/MsqlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class MsqlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/MssqlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/MssqlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class MssqlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class MysqlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/MysqliException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/MysqliException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class MysqliException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/MysqlndMsException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/MysqlndMsException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class MysqlndMsException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/MysqlndQcException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/MysqlndQcException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class MysqlndQcException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class NetworkException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class Oci8Exception extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class OpcacheException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/OpensslException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/OpensslException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class OpensslException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class OutcontrolException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/PasswordException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/PasswordException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class PasswordException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class PcntlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/PdfException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/PdfException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class PdfException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class PgsqlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class PosixException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/PsException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/PsException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class PsException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class PspellException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ReadlineException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class RrdException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SemException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SemException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SemException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SessionException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ShmopException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SimplexmlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SimplexmlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SimplexmlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SocketsException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SodiumException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SolrException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SplException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SplException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SplException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SqlsrvException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SsdeepException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class Ssh2Exception extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/StatsException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/StatsException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class StatsException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class StreamException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class StringsException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class SwooleException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class UodbcException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class UopzException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class UrlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/VarException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/VarException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class VarException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class XdiffException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class XmlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class XmlrpcException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class YamlException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/YazException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/YazException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class YazException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ZipException extends AbstractSafeException
|
||||
{
|
||||
}
|
6
vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php
vendored
Normal file
6
vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Safe\Exceptions;
|
||||
|
||||
class ZlibException extends AbstractSafeException
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue