ApiException.php 76 B

1234567
  1. <?php
  2. namespace App\Exceptions;
  3. class ApiException extends \Exception
  4. {
  5. }