mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-09 14:18:59 +00:00
18 lines
238 B
PHP
18 lines
238 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: sander
|
|
* Date: 19/09/14
|
|
* Time: 21:42
|
|
*/
|
|
|
|
namespace Firefly\Exception;
|
|
|
|
/**
|
|
* Class ValidationException
|
|
*
|
|
* @package Firefly\Exception
|
|
*/
|
|
class ValidationException extends \Exception {
|
|
|
|
}
|