Class: Apiwork::Adapter::Wrapper::Error::Default
- Defined in:
- lib/apiwork/adapter/wrapper/error/default.rb
Overview
Default error response wrapper.
Passes serialized error data through unchanged.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Apiwork::Adapter::Wrapper::Base
Instance Method Details
#wrap ⇒ Object
27 28 29 |
# File 'lib/apiwork/adapter/wrapper/error/default.rb', line 27 def wrap data end |