class OFlow::ConfigError

An Exception indicating an error in setup or configuration.

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/oflow/errors.rb, line 27
def initialize(msg)
  super(msg)
end