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 Method Summary collapse
Instance Method Details
#wrap ⇒ Object
27 28 29 |
# File 'lib/apiwork/adapter/wrapper/error/default.rb', line 27 def wrap data end |