Exception: WixAnswers::Exceptions::UnsupportedType
- Inherits:
-
StandardError
- Object
- StandardError
- WixAnswers::Exceptions::UnsupportedType
- Defined in:
- lib/wixanswers/exceptions.rb
Instance Method Summary collapse
-
#initialize(payload_type, value) ⇒ UnsupportedType
constructor
A new instance of UnsupportedType.
Constructor Details
#initialize(payload_type, value) ⇒ UnsupportedType
Returns a new instance of UnsupportedType.
5 6 7 |
# File 'lib/wixanswers/exceptions.rb', line 5 def initialize(payload_type, value) super("Unsupported Payload #{payload_type.split('::')[-1]}: #{value}") end |