Exception: Guilded::Exceptions::IdMissing
- Inherits:
-
GuildedException
- Object
- RuntimeError
- GuildedException
- Guilded::Exceptions::IdMissing
- Defined in:
- lib/guilded/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ IdMissing
constructor
:nodoc:.
Constructor Details
#initialize ⇒ IdMissing
:nodoc:
11 12 13 |
# File 'lib/guilded/exceptions.rb', line 11 def initialize #:nodoc: @msg = ":id for element must be present in the options hash" end |