Exception Error
Oh no! There was a problem that could not be handled.
Message: Default controller breakfast.htmController does not exist. Check your configuration
URL: index.php?breakfast.htm/index
Location: /home/16781/domains/parkwayinnrestaurant.com/html/public/index.php 92 [↓]
87
88
89
90 if (!class_exists($router->controller)) {
91 throw new Exception("Default controller {$router->controller} does not exist. Check your configuration");
92 }
93
94 $controller = new $router->controller;
95 $controller->args = $router->args;
96 $controller->action($router->action, $router->args);
97
POST Data [↓]
Application Backtrace [↓]
Full Exception Dump [↓]
Exception Object
(
[message:protected] => Default controller breakfast.htmController does not exist. Check your configuration
[string:private] =>
[code:protected] => 0
[file:protected] => /home/16781/domains/parkwayinnrestaurant.com/html/public/index.php
[line:protected] => 92
[trace:private] => Array
(
)
)