canax/router

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\Route\Exception;

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

}