Exception: Pandoru::InvalidConfigError

Inherits:
PandoruError
  • Object
show all
Defined in:
lib/pandoru/errors.rb

Overview

Configuration related errors

Instance Method Summary collapse

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(message = 'Invalid configuration')
  super(message)
end