ValidationException.php 84 B

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