summaryrefslogtreecommitdiff
path: root/vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php')
-rw-r--r--vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php b/vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php
deleted file mode 100644
index ca40822e9..000000000
--- a/vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-namespace Safe\Exceptions;
-
-class IngresiiException 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);
- }
-}