mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52: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
|
|
@ -186,7 +186,7 @@ class pageAdminView extends page
|
|||
}
|
||||
else
|
||||
{
|
||||
return $this->setError(sprintf('%s method is not exists', $method));
|
||||
throw new Rhymix\Framework\Exception(sprintf('%s method is not exists', $method));
|
||||
}
|
||||
|
||||
Context::set('module_info', $this->module_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue