Replace $this->stop() with proper exceptions

This commit is contained in:
Kijin Sung 2018-09-06 00:19:47 +09:00
parent 5b7ce90a3d
commit d8a0773b97
26 changed files with 109 additions and 69 deletions

View file

@ -19,7 +19,7 @@ class installView extends install
// Stop if already installed.
if (Context::isInstalled())
{
return $this->stop('msg_already_installed');
throw new Rhymix\Framework\Exception('msg_already_installed');
}
// Set the browser title.