mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
12 lines
159 B
PHP
12 lines
159 B
PHP
<?php
|
|
namespace FireflyIII\Exception;
|
|
|
|
/**
|
|
* Class ValidationException
|
|
*
|
|
* @package Firefly\Exception
|
|
*/
|
|
class ValidationException extends \Exception
|
|
{
|
|
|
|
}
|