mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 14:44:26 +00:00
12 lines
159 B
PHP
12 lines
159 B
PHP
<?php
|
|
namespace FireflyIII\Exception;
|
|
|
|
/**
|
|
* Class ValidationException
|
|
*
|
|
* @package Firefly\Exception
|
|
*/
|
|
class ValidationException extends \Exception
|
|
{
|
|
|
|
}
|