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