Path : /var/www/html/phpmyadmin/vendor/thecodingmachine/safe/generated/Exceptions/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phpmyadmin/vendor/thecodingmachine/safe/generated/Exceptions/SemException.php |
<?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); } }