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