Add Safe PHP functions

This commit is contained in:
Alex Cabal 2019-03-07 12:11:50 -06:00
parent 04a956886a
commit 58cc098058
260 changed files with 49458 additions and 45 deletions

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ApacheException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ApcException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ApcuException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ArrayException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class Bzip2Exception extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ClassobjException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ComException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class CubridException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class DatetimeException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class DirException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class EioException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ErrorfuncException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ExecException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class FileinfoException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class FilesystemException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class FilterException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class FpmException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class FtpException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class FunchandException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class GmpException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class GnupgException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class HashException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class IbaseException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class IbmDb2Exception extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class IconvException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ImageException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ImapException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class InfoException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class IngresiiException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class InotifyException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class LdapException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class LibeventException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class LibxmlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class LzfException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class MailparseException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class MbstringException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class MiscException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class MsqlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class MssqlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class MysqlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class MysqliException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class MysqlndMsException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class MysqlndQcException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class NetworkException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class Oci8Exception extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class OpcacheException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class OpensslException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class OutcontrolException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class PasswordException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class PcntlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class PdfException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class PgsqlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class PosixException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class PsException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class PspellException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ReadlineException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class RrdException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SemException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SessionException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ShmopException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SimplexmlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SocketsException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SodiumException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SolrException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SplException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SqlsrvException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SsdeepException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class Ssh2Exception extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class StatsException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class StreamException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class StringsException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class SwooleException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class UodbcException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class UopzException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class UrlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class VarException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class XdiffException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class XmlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class XmlrpcException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class YamlException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class YazException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ZipException extends AbstractSafeException
{
}

View file

@ -0,0 +1,6 @@
<?php
namespace Safe\Exceptions;
class ZlibException extends AbstractSafeException
{
}