mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
New stuff pertaining to the import procedure and user registration.
This commit is contained in:
14
app/lib/Firefly/Exception/FireflyException.php
Normal file
14
app/lib/Firefly/Exception/FireflyException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: sander
|
||||
* Date: 04/07/14
|
||||
* Time: 13:58
|
||||
*/
|
||||
|
||||
namespace Firefly\Exception;
|
||||
|
||||
|
||||
class FireflyException extends \Exception {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user