Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
ErrorHandler
/
File Content:
Throwing.php
<?php declare (strict_types=1); namespace PleskGrafana\PhpParser\ErrorHandler; use PleskGrafana\PhpParser\Error; use PleskGrafana\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; } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Collecting.php
924 bytes
0644
Throwing.php
412 bytes
0644
N4ST4R_ID | Naxtarrr