Exception: MapKeyError
- Inherits:
-
BareException
- Object
- StandardError
- BareException
- MapKeyError
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Map keys must be a none data or data[len] primitive") ⇒ MapKeyError
constructor
A new instance of MapKeyError.
Constructor Details
#initialize(msg = "Map keys must be a none data or data[len] primitive") ⇒ MapKeyError
Returns a new instance of MapKeyError.
62 63 64 |
# File 'lib/exceptions.rb', line 62 def initialize(msg = "Map keys must be a none data or data[len] primitive") super end |