mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 23:28:54 +00:00
Excluded more files from the "old" libraries and included new ones instead. This should greatly clean up the code base.
This commit is contained in:
11
app/lib/FireflyIII/Exception/ValidationException.php
Normal file
11
app/lib/FireflyIII/Exception/ValidationException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace FireflyIII\Exception;
|
||||
|
||||
/**
|
||||
* Class ValidationException
|
||||
*
|
||||
* @package Firefly\Exception
|
||||
*/
|
||||
class ValidationException extends \Exception {
|
||||
|
||||
}
|
Reference in New Issue
Block a user