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

11 lines
180 B
PHP

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