mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -29,7 +29,7 @@ use Exception;
|
||||
/**
|
||||
* Class FireflyException.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class FireflyException extends Exception
|
||||
{
|
||||
|
@@ -49,7 +49,7 @@ use Throwable;
|
||||
/**
|
||||
* Class Handler
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class Handler extends ExceptionHandler
|
||||
{
|
||||
|
@@ -29,7 +29,7 @@ use Exception;
|
||||
/**
|
||||
* Class NotImplementedException.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class NotImplementedException extends Exception
|
||||
{
|
||||
|
@@ -29,7 +29,7 @@ use Exception;
|
||||
/**
|
||||
* Class ValidationExceptions.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class ValidationException extends Exception
|
||||
{
|
||||
|
Reference in New Issue
Block a user