/var/www/vhosts/ihelp.ro/httpdocs/vendor/sebastian/lines-of-code/src/Exception
NameSizeModeActions
Exception.php3690644editdlrm
IllogicalValuesException.php4170644editdlrm
NegativeValueException.php4350644editdlrm
RuntimeException.php3910644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/sebastian/lines-of-code/src/Exception/Exception.php (369B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\LinesOfCode; use Throwable; interface Exception extends Throwable { }