TbEditableSaver::error PHP Method

error() public method

errors as CHttpException
public error ( $msg )
$msg
    public function error($msg)
    {
        throw new CHttpException($this->errorHttpCode, $msg);
    }