Exception: Guilded::Exceptions::DuplicateElementId

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

Instance Method Summary collapse

Constructor Details

#initialize(id = '') ⇒ DuplicateElementId

:nodoc:



17
18
19
# File 'lib/guilded/exceptions.rb', line 17

def initialize( id='' )    #:nodoc:
  @msg = ":id #{id} for element is already in use on current page"
end