mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 19:19:09 -04:00
14 lines
202 B
PHP
14 lines
202 B
PHP
<?php
|
|
|
|
namespace Dotenv\Exception;
|
|
|
|
use RuntimeException;
|
|
|
|
/**
|
|
* This is the validation exception class.
|
|
*/
|
|
class ValidationException extends RuntimeException implements ExceptionInterface
|
|
{
|
|
//
|
|
}
|