class DMAO::API::Errors::InvalidResponseLength
Public Class Methods
new(msg="Invalid number of elements in response.")
click to toggle source
Calls superclass method
# File lib/dmao/api/errors/invalid_response_length.rb, line 7 def initialize(msg="Invalid number of elements in response.") super(msg) end