Exception: Guilded::Exceptions::IdMissing

Inherits:
GuildedException show all
Defined in:
lib/guilded/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeIdMissing

: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