diff options
Diffstat (limited to 'vendor/thecodingmachine/safe/generated/Exceptions')
74 files changed, 0 insertions, 803 deletions
diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/.gitkeep b/vendor/thecodingmachine/safe/generated/Exceptions/.gitkeep deleted file mode 100644 index e69de29bb..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/.gitkeep +++ /dev/null diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php deleted file mode 100644 index 5d69236fa..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ApacheException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php deleted file mode 100644 index a9fc893e5..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ApcuException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php deleted file mode 100644 index 154800c32..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ArrayException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php b/vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php deleted file mode 100644 index dd4ab83f3..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class Bzip2Exception extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/CalendarException.php b/vendor/thecodingmachine/safe/generated/Exceptions/CalendarException.php deleted file mode 100644 index 66ba58842..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/CalendarException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class CalendarException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php deleted file mode 100644 index 1c377b516..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ClassobjException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ComException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ComException.php deleted file mode 100644 index 154213436..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ComException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ComException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php b/vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php deleted file mode 100644 index 853c8d258..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class CubridException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php b/vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php deleted file mode 100644 index 63d5f9388..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class DatetimeException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/DirException.php b/vendor/thecodingmachine/safe/generated/Exceptions/DirException.php deleted file mode 100644 index 100308e60..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/DirException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class DirException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/EioException.php b/vendor/thecodingmachine/safe/generated/Exceptions/EioException.php deleted file mode 100644 index f4e121ab7..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/EioException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class EioException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php deleted file mode 100644 index bf412400d..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ErrorfuncException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php deleted file mode 100644 index f7c503c8c..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ExecException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php b/vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php deleted file mode 100644 index b9e3abbee..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class FileinfoException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php b/vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php deleted file mode 100644 index 3c1c70e30..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class FilesystemException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php b/vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php deleted file mode 100644 index a2c1b5c88..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class FilterException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php b/vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php deleted file mode 100644 index 0017b4c2c..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class FpmException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php b/vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php deleted file mode 100644 index 0e2b7dded..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class FtpException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php b/vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php deleted file mode 100644 index 1ee4a2113..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class FunchandException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/GettextException.php b/vendor/thecodingmachine/safe/generated/Exceptions/GettextException.php deleted file mode 100644 index 0228ce234..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/GettextException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class GettextException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php b/vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php deleted file mode 100644 index a13c11a6e..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class GmpException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php b/vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php deleted file mode 100644 index cf3a1e74a..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class GnupgException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/HashException.php b/vendor/thecodingmachine/safe/generated/Exceptions/HashException.php deleted file mode 100644 index 1dc09763d..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/HashException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class HashException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php b/vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php deleted file mode 100644 index 0346ec3c2..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class IbaseException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php b/vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php deleted file mode 100644 index 4843f8521..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class IbmDb2Exception extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php b/vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php deleted file mode 100644 index 0dd163709..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class IconvException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php deleted file mode 100644 index c49880346..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ImageException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php deleted file mode 100644 index 6b6bbc7fe..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ImapException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php b/vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php deleted file mode 100644 index 5221e1fd8..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class InfoException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php b/vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php deleted file mode 100644 index 64048dca9..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class InotifyException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php b/vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php deleted file mode 100644 index 5c142cb08..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class LdapException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php b/vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php deleted file mode 100644 index b2772da0a..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class LibxmlException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php b/vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php deleted file mode 100644 index 82352faa7..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class LzfException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php b/vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php deleted file mode 100644 index 1f3d73708..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class MailparseException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php b/vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php deleted file mode 100644 index 2f7913a3e..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class MbstringException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php b/vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php deleted file mode 100644 index 2fd1475dc..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class MiscException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php b/vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php deleted file mode 100644 index bd6904383..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class MysqlException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php b/vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php deleted file mode 100644 index e740ca19c..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class NetworkException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php b/vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php deleted file mode 100644 index b1d93b21a..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class Oci8Exception extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php b/vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php deleted file mode 100644 index 03309e77d..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class OpcacheException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php b/vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php deleted file mode 100644 index ffc91f7bc..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class OutcontrolException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php b/vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php deleted file mode 100644 index 00d51f131..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class PcntlException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php b/vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php deleted file mode 100644 index 5d264c2f0..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class PgsqlException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php b/vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php deleted file mode 100644 index 3eec244c6..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class PosixException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/PsException.php b/vendor/thecodingmachine/safe/generated/Exceptions/PsException.php deleted file mode 100644 index 7571ebf57..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/PsException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class PsException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php b/vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php deleted file mode 100644 index 7645cc910..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class PspellException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php deleted file mode 100644 index b6bb37082..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ReadlineException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php b/vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php deleted file mode 100644 index 7596451d3..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class RpminfoException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php b/vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php deleted file mode 100644 index 45793e804..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class RrdException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/SemException.php b/vendor/thecodingmachine/safe/generated/Exceptions/SemException.php deleted file mode 100644 index dd97ea5fa..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/SemException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class SemException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php b/vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php deleted file mode 100644 index 9c1be7975..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class SessionException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php deleted file mode 100644 index 0673848a7..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ShmopException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php b/vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php deleted file mode 100644 index 172f5d78f..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class SocketsException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php b/vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php deleted file mode 100644 index f33ec049e..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class SodiumException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php b/vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php deleted file mode 100644 index 2431870f7..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class SolrException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/SplException.php b/vendor/thecodingmachine/safe/generated/Exceptions/SplException.php deleted file mode 100644 index cae8dbc25..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/SplException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class SplException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php b/vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php deleted file mode 100644 index 6015cd263..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class SqlsrvException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php b/vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php deleted file mode 100644 index 209017945..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class SsdeepException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php b/vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php deleted file mode 100644 index 72ca90fd7..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class Ssh2Exception extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php b/vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php deleted file mode 100644 index 24624749f..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class StreamException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php b/vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php deleted file mode 100644 index 9e7b356da..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class StringsException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php b/vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php deleted file mode 100644 index 088c0de87..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class SwooleException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php b/vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php deleted file mode 100644 index 92f94a52f..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class UodbcException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php b/vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php deleted file mode 100644 index 16e1ab5d7..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class UopzException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php b/vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php deleted file mode 100644 index 770125017..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class UrlException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/VarException.php b/vendor/thecodingmachine/safe/generated/Exceptions/VarException.php deleted file mode 100644 index b2427c9fc..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/VarException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class VarException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php b/vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php deleted file mode 100644 index c6adcd574..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class XdiffException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php b/vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php deleted file mode 100644 index ebca08f36..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class XmlException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php b/vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php deleted file mode 100644 index 70e12d67a..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class XmlrpcException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php b/vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php deleted file mode 100644 index f1c2e60a3..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class YamlException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/YazException.php b/vendor/thecodingmachine/safe/generated/Exceptions/YazException.php deleted file mode 100644 index 22a174f5c..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/YazException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class YazException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php deleted file mode 100644 index fb6ba54f5..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ZipException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php b/vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php deleted file mode 100644 index 35f81b019..000000000 --- a/vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace Safe\Exceptions; - -class ZlibException extends \ErrorException implements SafeExceptionInterface -{ - public static function createFromPhpError(): self - { - $error = error_get_last(); - return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1); - } -} |