Exception: OmfRc::UnknownPropertyError

Inherits:
NoMethodError
  • Object
show all
Defined in:
omf_rc/lib/omf_rc/omf_error.rb

Overview

No method error that caused by configure/request unknown property

Instance Method Summary (collapse)

Constructor Details

- (UnknownPropertyError) initialize(msg = nil)

Returns a new instance of UnknownPropertyError



23
24
25
# File 'omf_rc/lib/omf_rc/omf_error.rb', line 23

def initialize(msg = nil)
  super(msg)
end