Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
monitoring
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
ErrorHandler
/
File Content:
Throwing.php
<?php declare (strict_types=1); namespace PleskMonitoring\PhpParser\ErrorHandler; use PleskMonitoring\PhpParser\Error; use PleskMonitoring\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) { throw $error; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Collecting.php
940 bytes
0644
Throwing.php
414 bytes
0644
N4ST4R_ID | Naxtarrr