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 "/faq")

Activity log:

LevelFileLineTime (ms)Memory (kB)Message
INFO/Phej.php10802Phej framework v2.0 started
INFO/Phej.php36009Loading plugin "firephp"
INFO/Phej.php3606451Loading plugin "jquery"
INFO/Phej.php3606466Loading plugin "pdoquery"
INFO/Phej.php360131,199Loading plugin "phej_auth"
INFO/Phej.php360131,221Loading plugin "superfish"
INFO/Phej.php360141,242Loading plugin "tablesorter"
INFO/Phej.php133201,508Starting Phej run with URI "/faq"
INFO/Phej.php214251,598Using controller "faq"
ERROR/Phej.php218251,600Could not locate file "/controllers/faq_controller.php" for specified controller "faq"
INFO/Phej.php133251,602Starting Phej run with URI "/default/error"
INFO/Phej.php214261,606Using controller "default"
INFO/Phej.php257271,758Using view method "error"
ERROR/Phej.php261271,760Could not locate view "error" as part of "default" controller