Exception: Guilded::Exceptions::GuildedException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/guilded/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "") ⇒ GuildedException

:nodoc:



5
6
7
# File 'lib/guilded/exceptions.rb', line 5

def initialize( msg="" )    #:nodoc:
  @msg = msg
end