8 lines
98 B
PHP
8 lines
98 B
PHP
|
<?php
|
||
|
|
||
|
namespace PhpOffice\Math\Exception;
|
||
|
|
||
|
class InvalidInputException extends MathException
|
||
|
{
|
||
|
}
|