MathException.php 128 B

12345678910
  1. <?php
  2. namespace Illuminate\Support\Exceptions;
  3. use RuntimeException;
  4. class MathException extends RuntimeException
  5. {
  6. //
  7. }