for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PHPKitchen\Platform\Exception\HTTP;
/**
* Represents exception caused by an invalid route.
*
* @package PHPKitchen\Platform\Exception\HTTP
* @author Dmitry Kolodko <[email protected]>
*/
class InvalidRouteException {
public function getName() {
return 'Invalid Route';
}