php-ml/src/Exception/MatrixException.php

12 lines
121 B
PHP
Raw Normal View History

<?php
2016-11-20 21:53:17 +00:00
declare(strict_types=1);
namespace Phpml\Exception;
use Exception;
class MatrixException extends Exception
{
}