mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Reimplemented forms, added an overdue fix.
This commit is contained in:
14
app/Exceptions/FireflyException.php
Normal file
14
app/Exceptions/FireflyException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace FireflyIII\Exceptions;
|
||||
|
||||
|
||||
/**
|
||||
* Class FireflyException
|
||||
*
|
||||
* @package FireflyIII\Exceptions
|
||||
*/
|
||||
class FireflyException extends \Exception
|
||||
{
|
||||
|
||||
}
|
13
app/Exceptions/NotImplementedException.php
Normal file
13
app/Exceptions/NotImplementedException.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace FireflyIII\Exceptions;
|
||||
|
||||
|
||||
/**
|
||||
* Class NotImplementedException
|
||||
*
|
||||
* @package FireflyIII\Exceptions
|
||||
*/
|
||||
class NotImplementedException extends \Exception
|
||||
{
|
||||
|
||||
}
|
12
app/Exceptions/ValidationException.php
Normal file
12
app/Exceptions/ValidationException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace FireflyIII\Exceptions;
|
||||
|
||||
/**
|
||||
* Class ValidationExceptions
|
||||
*
|
||||
* @package FireflyIII\Exception
|
||||
*/
|
||||
class ValidationException extends \Exception
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user