Exception: Pandoru::InvalidConfigError
- Inherits:
-
PandoruError
- Object
- StandardError
- PandoruError
- Pandoru::InvalidConfigError
- Defined in:
- lib/pandoru/errors.rb
Overview
Configuration related errors
Instance Method Summary collapse
-
#initialize(message = 'Invalid configuration') ⇒ InvalidConfigError
constructor
A new instance of InvalidConfigError.
Constructor Details
#initialize(message = 'Invalid configuration') ⇒ InvalidConfigError
Returns a new instance of InvalidConfigError.
20 21 22 |
# File 'lib/pandoru/errors.rb', line 20 def initialize( = 'Invalid configuration') super() end |