* @return void
*/
public function execute (Requestable $requestInstance, Responseable $responseInstance) {
- // Should never be executed...
- $this->debugBackTrace();
+ // Should never be reached...
+ $this->debugBackTrace('This should never be reached.');
}
/**
public function getMailCacheFqfn () {
// Initialize FQFN
$fqfn = '';
- $this->debugBackTrace();
+ $this->debugBackTrace('Unfinished area!');
// Return it
return $fqfn;
} else {
// Unsupported mode
$userInstance = new Member();
- $userInstance->partialStub("We need to add more ways of creating user classes here.");
- $userInstance->debugBackTrace();
+ $userInstance->debugBackTrace('More ways of creating user classes are needed here.');
exit();
}