D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
phpMyAdmin
/
vendor
/
dasprid
/
enum
/
src
/
Exception
/
Filename :
ExceptionInterface.php
back
Copy
<?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Throwable; interface ExceptionInterface extends Throwable { }