mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Code cleanup [skip-ci]
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace Firefly\Exception;
|
||||
|
||||
|
||||
class FireflyException extends \Exception {
|
||||
class FireflyException extends \Exception
|
||||
{
|
||||
|
||||
}
|
@@ -3,6 +3,7 @@
|
||||
namespace Firefly\Helper;
|
||||
|
||||
|
||||
class MigrationException extends \Exception {
|
||||
class MigrationException extends \Exception
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user