canax/router

View on GitHub
src/Route/Exception/ForbiddenException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\Route\Exception;

/**
 * When a route handler is not found.
 *
 */
class ForbiddenException extends \Exception
{

}