class SDM::InternalError

InternalError is used to specify an internal system error

Public Class Methods

new(msg) click to toggle source
Calls superclass method SDM::RPCError::new
# File lib/errors/errors.rb, line 72
def initialize(msg)
    super(msg, 13)
end