NanException.php 82 B

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