Exception: OmfRc::UnknownPropertyError

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

Overview

No method error that caused by configure/request unknown property

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ UnknownPropertyError

Returns a new instance of UnknownPropertyError.



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

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