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-05-10 08:08:07 +02:00
|
|
|
* @codeCoverageIgnore
|
2015-02-08 01:15:15 +01:00
|
|
|
* @package FireflyIII\Exceptions
|
2015-02-06 19:31:38 +01:00
|
|
|
*/
|
|
|
|
|
class NotImplementedException extends \Exception
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|