Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/dasprid/enum/src/Exception/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/dasprid/enum/src/Exception/SerializeNotSupportedException.php

<?php
declare(strict_types = 1);

namespace DASPRiD\Enum\Exception;

use Exception;

final class SerializeNotSupportedException extends Exception implements ExceptionInterface
{
}