Module: Resonline::ErrorMessages
- Defined in:
- lib/resonline/error_messages.rb
Class Method Summary collapse
Class Method Details
.exception(e) ⇒ Object
7 8 9 |
# File 'lib/resonline/error_messages.rb', line 7 def self.exception(e) { error: e. } end |
.failed_response(response) ⇒ Object
3 4 5 |
# File 'lib/resonline/error_messages.rb', line 3 def self.failed_response(response) { error: 'error' } end |