Exception: OFlow::ConfigError

Inherits:
Exception
  • Object
show all
Defined in:
lib/oflow/errors.rb

Overview

An Exception indicating an error in setup or configuration.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ConfigError

Returns a new instance of ConfigError.



27
28
29
# File 'lib/oflow/errors.rb', line 27

def initialize(msg)
  super(msg)
end