REDROOM
PHP 8.3.30
Path:
Logout
Edit File
Size: 368 B
Close
/home/getspomw/itechservicellc.com/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php
Text
Base64
<?php declare(strict_types=1); namespace PhpParser\ErrorHandler; use PhpParser\Error; use PhpParser\ErrorHandler; /** * Error handler that handles all errors by throwing them. * * This is the default strategy used by all components. */ class Throwing implements ErrorHandler { public function handleError(Error $error): void { throw $error; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Collecting.php
869 B
lrw-r--r--
2025-10-28 20:23:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Throwing.php
368 B
lrw-r--r--
2025-10-28 20:23:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).