/var/www/vhosts/ihelp.ro/httpdocs/vendor/sebastian/code-unit/src/exceptions
NameSizeModeActions
Exception.php3620644editdlrm
InvalidCodeUnitException.php4140644editdlrm
NoTraitException.php4060644editdlrm
ReflectionException.php4090644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/sebastian/code-unit/src/exceptions/Exception.php (362B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\CodeUnit; use Throwable; interface Exception extends Throwable { }