mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Replace $this->stop() with proper exceptions
This commit is contained in:
parent
5b7ce90a3d
commit
d8a0773b97
26 changed files with 109 additions and 69 deletions
|
|
@ -17,7 +17,7 @@ class installController extends install
|
|||
// Stop if already installed.
|
||||
if (Context::isInstalled())
|
||||
{
|
||||
$this->stop('msg_already_installed');
|
||||
throw new Rhymix\Framework\Exception('msg_already_installed');
|
||||
}
|
||||
|
||||
// Increase time limit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue