Files
theloftstore/vendor/dasprid/enum/src/Exception/UnserializeNotSupportedException.php
T
2025-03-28 08:52:46 +01:00

11 lines
182 B
PHP

<?php
declare(strict_types = 1);
namespace DASPRiD\Enum\Exception;
use Exception;
final class UnserializeNotSupportedException extends Exception implements ExceptionInterface
{
}