mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Cleanup in preparation of an overhaul.
This commit is contained in:
13
app/lib/FireflyIII/Exception/DeprecatedException.php
Normal file
13
app/lib/FireflyIII/Exception/DeprecatedException.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace FireflyIII\Exception;
|
||||
|
||||
|
||||
/**
|
||||
* Class DeprecatedException
|
||||
*
|
||||
* @package FireflyIII\Exception
|
||||
*/
|
||||
class DeprecatedException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user