%PDF- %PDF-
| Direktori : /www/loslex/test/vendor/sentry/sentry/src/Exception/ |
| Current File : /www/loslex/test/vendor/sentry/sentry/src/Exception/FatalErrorException.php |
<?php
declare(strict_types=1);
namespace Sentry\Exception;
/**
* This exception is thrown when a fatal error occurs.
*
* @author Stefano Arlandini <sarlandini@alice.it>
*/
final class FatalErrorException extends \ErrorException
{
}