Files
tougao/vendor/phpoffice/math/src/Math/Exception/NotImplementedException.php
wangjinlei 881ac3e056 1
2024-07-17 09:23:45 +08:00

8 lines
100 B
PHP

<?php
namespace PhpOffice\Math\Exception;
class NotImplementedException extends MathException
{
}