Exception: WixAnswers::Exceptions::MissingAttribute
- Inherits:
-
StandardError
- Object
- StandardError
- WixAnswers::Exceptions::MissingAttribute
- Defined in:
- lib/wixanswers/exceptions.rb
Instance Method Summary collapse
-
#initialize(value) ⇒ MissingAttribute
constructor
A new instance of MissingAttribute.
Constructor Details
#initialize(value) ⇒ MissingAttribute
Returns a new instance of MissingAttribute.
11 12 13 |
# File 'lib/wixanswers/exceptions.rb', line 11 def initialize(value) super("Missing Attribute: #{value}") end |