Exception: WixAnswers::Exceptions::NotImplementedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wixanswers/exceptions.rb

Instance Method Summary collapse

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