Sha256: c33af633f8956b587a2f5072d7e140576fbd92de5c999213b8e4064d9b86c964
Contents?: true
Size: 230 Bytes
Versions: 7
Compression:
Stored size: 230 Bytes
Contents
module DMAO module API module Errors class InvalidResponseLength < StandardError def initialize(msg="Invalid number of elements in response.") super(msg) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems