Eye4web/Eye4webZf2Abac

View on GitHub
src/Eye4web/Zf2Abac/Exception/AssertionNotFound.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Eye4web\Zf2Abac\Exception;

use RuntimeException as BaseRuntimeException;

class AssertionNotFound extends BaseRuntimeException implements ExceptionInterface
{
}