Exception: Guilded::Exceptions::MissingConfiguration

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

Instance Method Summary collapse

Constructor Details

#initializeMissingConfiguration

: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