ClientException.php 80 B

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