__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <[email protected]> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler; use Symfony\Component\ErrorHandler\Exception\SilencedErrorContext; /** * @internal */ class ThrowableUtils { public static function getSeverity(SilencedErrorContext|\Throwable $throwable): int { if ($throwable instanceof \ErrorException || $throwable instanceof SilencedErrorContext) { return $throwable->getSeverity(); } if ($throwable instanceof \ParseError) { return \E_PARSE; } if ($throwable instanceof \TypeError) { return \E_RECOVERABLE_ERROR; } return \E_ERROR; } }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Error | Folder | 0775 |
|
|
| ErrorEnhancer | Folder | 0775 |
|
|
| ErrorRenderer | Folder | 0775 |
|
|
| Exception | Folder | 0775 |
|
|
| Internal | Folder | 0775 |
|
|
| Resources | Folder | 0775 |
|
|
| BufferingLogger.php | File | 2.02 KB | 0664 |
|
| Debug.php | File | 1.05 KB | 0664 |
|
| DebugClassLoader.php | File | 48.32 KB | 0664 |
|
| ErrorHandler.php | File | 26.86 KB | 0664 |
|
| LICENSE | File | 1.04 KB | 0664 |
|
| ThrowableUtils.php | File | 865 B | 0664 |
|