ValidateException.php 83 B

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