Exception: Guilded::Exceptions::GuildedException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Guilded::Exceptions::GuildedException
- Defined in:
- lib/guilded/exceptions.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg = "") ⇒ GuildedException
constructor
:nodoc:.
Constructor Details
#initialize(msg = "") ⇒ GuildedException
:nodoc:
5 6 7 |
# File 'lib/guilded/exceptions.rb', line 5 def initialize( msg="" ) #:nodoc: @msg = msg end |