mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Update more modules to throw exceptions
This commit is contained in:
parent
c1cbc5dbdb
commit
be1ce69073
21 changed files with 142 additions and 116 deletions
|
|
@ -78,7 +78,7 @@ class ncenterliteAdminController extends ncenterlite
|
|||
$output = $oModuleController->insertModuleConfig('ncenterlite', $config);
|
||||
if(!$output->toBool())
|
||||
{
|
||||
return $this->setError('ncenterlite_msg_setting_error');
|
||||
throw new Rhymix\Framework\Exception('ncenterlite_msg_setting_error');
|
||||
}
|
||||
|
||||
$this->setMessage('success_updated');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue