PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
doctrine
/
instantiator
/
src
/
Doctrine
/
Instantiator
/
Exception
<?php namespace Doctrine\Instantiator\Exception; use Throwable; /** * Base exception marker interface for the instantiator component */ interface ExceptionInterface extends Throwable { }
[+]
..
[-] InvalidArgumentException.php
[edit]
[-] UnexpectedValueException.php
[edit]
[-] ExceptionInterface.php
[edit]