Exception: Guilded::Exceptions::MissingConfiguration
- Inherits:
-
GuildedException
- Object
- RuntimeError
- GuildedException
- Guilded::Exceptions::MissingConfiguration
- Defined in:
- lib/guilded/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingConfiguration
constructor
:nodoc:.
Constructor Details
#initialize ⇒ MissingConfiguration
:nodoc:
23 24 25 |
# File 'lib/guilded/exceptions.rb', line 23 def initialize #:nodoc: @msg = "There is no GUILDED_CONFIG instance. Please load Guilded configuration with your apps initialization." end |