Files
moodle/lib/mlbackend/php/phpml/src/Phpml/Exception/NormalizerException.php
T
2019-07-12 06:28:31 +08:00

12 lines
125 B
PHP

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