Current path: home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/sentry/sentry/src/Exception/
?? Go up: /home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/sentry/sentry/src
<?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
{
}