ValidateException.php 82 B

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