Sindbad~EG File Manager

Current Path : /var/www/html/pma/vendor/thecodingmachine/safe/generated/Exceptions/
Upload File :
Current File : /var/www/html/pma/vendor/thecodingmachine/safe/generated/Exceptions/HashException.php

<?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);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists