Exception: WixAnswers::Exceptions::NotImplementedError
- Inherits:
-
StandardError
- Object
- StandardError
- WixAnswers::Exceptions::NotImplementedError
- Defined in:
- lib/wixanswers/exceptions.rb
Instance Method Summary collapse
-
#initialize(object_type, value) ⇒ NotImplementedError
constructor
A new instance of NotImplementedError.
Constructor Details
#initialize(object_type, value) ⇒ NotImplementedError
Returns a new instance of NotImplementedError.
23 24 25 |
# File 'lib/wixanswers/exceptions.rb', line 23 def initialize(object_type, value) super("Unimplemented #{object_type} Entity: #{value}") end |