📍 /home/diasdiamonds/public_html/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler
📝 Editando: Throwing.php
<?php 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) { throw $error; } }
[ Cancelar ]
Nome
Permissões
Ações
[ .. Voltar ]
📄 Collecting.php
0644
[ EDITAR/VER ]
📄 Throwing.php
0644
[ EDITAR/VER ]