Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
sentry
/
sentry
/
src
/
Exception
/
Editing: 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 { }
Save
Cancel