2014-11-12 00:31:48 -06:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace FireflyIII\Exception;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Class FireflyException
|
|
|
|
*
|
2014-12-06 05:12:55 -06:00
|
|
|
* @package FireflyIII\Exception
|
2014-11-12 00:31:48 -06:00
|
|
|
*/
|
|
|
|
class FireflyException extends \Exception
|
|
|
|
{
|
|
|
|
|
2015-01-01 23:16:49 -06:00
|
|
|
}
|