database errors handling
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@51 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -17,7 +17,7 @@ class MJException extends Exception
|
||||
public function terminate()
|
||||
{
|
||||
if (!DEBUG_ENABLE) {
|
||||
return "Sorry, server temporary unavaible";
|
||||
throw new StaticPageException(500);
|
||||
}
|
||||
|
||||
$return = "<b>MJ Error:</b> ";
|
||||
|
Reference in New Issue
Block a user