mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
14 lines
166 B
PHP
14 lines
166 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: sander
|
|
* Date: 04/07/14
|
|
* Time: 13:58
|
|
*/
|
|
|
|
namespace Firefly\Exception;
|
|
|
|
|
|
class FireflyException extends \Exception {
|
|
|
|
}
|