lib/Exception/NotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace ezsql\Exception;

use Psr\Container\NotFoundExceptionInterface;
use InvalidArgumentException;

class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface
{ }