mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
15 lines
159 B
PHP
15 lines
159 B
PHP
![]() |
<?php
|
||
|
|
||
|
namespace FireflyIII\Exception;
|
||
|
|
||
|
|
||
|
/**
|
||
|
* Class FireflyException
|
||
|
*
|
||
|
* @package FireflyIII\Exception
|
||
|
*/
|
||
|
class FireflyException extends \Exception
|
||
|
{
|
||
|
|
||
|
}
|