class ZbxAPI_ExceptionLoginPermission

Public Class Methods

new(message=nil, params={}) click to toggle source
Calls superclass method ZError::new
# File zbxapi/api_exceptions.rb, line 100
def initialize(message=nil, params={})
  super(message, params)
  @local_msg="This is also a general Zabbix API error number (Your error may not be a login error).\nTell the Zabbix devs to honor section 5.1 of the JSON-RPC 2.0 Spec."
end