MathException.php 80 B

1234567
  1. <?php
  2. namespace MathPHP\Exception;
  3. class MathException extends \Exception
  4. {
  5. }