Exception: Clavis::InvalidResponse

Inherits:
Error
  • Object
show all
Defined in:
lib/clavis/errors.rb

Overview

Response-related errors

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidResponse

Returns a new instance of InvalidResponse.



220
221
222
# File 'lib/clavis/errors.rb', line 220

def initialize(message)
  super("Invalid response: #{message}")
end