D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
dasprid
/
enum
/
src
/
Exception
/
Filename :
UnserializeNotSupportedException.php
back
Copy
<?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class UnserializeNotSupportedException extends Exception implements ExceptionInterface { }