mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +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:
14
app/lib/FireflyIII/Exception/FireflyException.php
Normal file
14
app/lib/FireflyIII/Exception/FireflyException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace FireflyIII\Exception;
|
||||
|
||||
|
||||
/**
|
||||
* Class FireflyException
|
||||
*
|
||||
* @package Firefly\Exception
|
||||
*/
|
||||
class FireflyException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
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