Cleanup in preparation of an overhaul.

This commit is contained in:
James Cole
2015-01-14 12:24:08 +01:00
parent 18f46676fd
commit 9eec6641dd
20 changed files with 337 additions and 310 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace FireflyIII\Exception;
/**
* Class DeprecatedException
*
* @package FireflyIII\Exception
*/
class DeprecatedException extends \Exception
{
}