php-ml/src/Exception/SerializeException.php

12 lines
124 B
PHP

<?php
declare(strict_types=1);
namespace Phpml\Exception;
use Exception;
class SerializeException extends Exception
{
}