Files
firefly-iii/app/Exceptions/NotImplementedException.php
T

14 lines
174 B
PHP
Raw Normal View History

2015-02-06 19:31:38 +01:00
<?php
2015-02-08 01:15:15 +01:00
namespace FireflyIII\Exceptions;
2015-02-06 19:31:38 +01:00
/**
* Class NotImplementedException
*
2015-02-08 01:15:15 +01:00
* @package FireflyIII\Exceptions
2015-02-06 19:31:38 +01:00
*/
class NotImplementedException extends \Exception
{
}