Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
sentry
/
sentry
/
src
/
Exception
/
Editing: SilencedErrorException.php
<?php declare(strict_types=1); namespace Sentry\Exception; /** * Error that has been captured by the {@see ErrorHandler}, but that was silenced * with `@` in the source code. */ final class SilencedErrorException extends \ErrorException { }
Save
Cancel