mirror of
https://github.com/pacnpal/thrillwiki_laravel.git
synced 2025-12-20 12:51:10 -05:00
10 lines
151 B
PHP
10 lines
151 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class ValidationException extends Exception
|
|
{
|
|
// Custom exception for validation-related errors
|
|
} |