Error: Missing "error" method in "default" controller class

#0 - File: /Phej.php, line 278

276:                     return;
277:                 }
278:                 throw new Exception('Missing "'.$view.'" method in "'.$controller.'" controller class', Phej::ERROR_MISSING_VIEW_METHOD);
279:             }
280: 

#1 - File: /Phej.php, line 222

220:                     $this -> log(Phej::LOG_VERBOSE, __FILE__, __LINE__, 'Running with error URI "'.$this -> errorURI.'"');
221:                     define('PHEJ_ERROR_REDIRECT', true);
222:                     $this -> run($this -> errorURI);
223:                     return;
224:                 }

#2 - File: /index.php, line 116

114: 
115: session_start();
116: $phej -> run(FRONT_URI);
117: 
118: } catch (Exception $e) {

Stack trace:

#FileLineCall
1 /Phej.php 222 Phej -> run(string "/default/error")
2 /index.php 116 Phej -> run(string "/contact")

Activity log:

LevelFileLineTime (ms)Memory (kB)Message
INFO/Phej.php10802Phej framework v2.0 started
INFO/Phej.php36009Loading plugin "firephp"
INFO/Phej.php3605451Loading plugin "jquery"
INFO/Phej.php3605465Loading plugin "pdoquery"
INFO/Phej.php360121,199Loading plugin "phej_auth"
INFO/Phej.php360121,221Loading plugin "superfish"
INFO/Phej.php360131,242Loading plugin "tablesorter"
INFO/Phej.php133191,507Starting Phej run with URI "/contact"
INFO/Phej.php214291,598Using controller "contact"
ERROR/Phej.php218291,600Could not locate file "/controllers/contact_controller.php" for specified controller "contact"
INFO/Phej.php133301,602Starting Phej run with URI "/default/error"
INFO/Phej.php214301,606Using controller "default"
INFO/Phej.php257311,758Using view method "error"
ERROR/Phej.php261311,760Could not locate view "error" as part of "default" controller