Current File : /var/www/prestashop/modules/ps_mbo/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
{
}