class OmfRc::UnknownPropertyError

No method error that caused by configure/request unknown property

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method
# File lib/omf_rc/omf_error.rb, line 23
def initialize(msg = nil)
  super(msg)
end