mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Reimplemented forms, added an overdue fix.
This commit is contained in:
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
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user