Exception: RightApi::EmptyBodyError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/right_api_client/errors.rb

Instance Method Summary collapse

Methods inherited from ApiError

#initialize, #response_code

Constructor Details

This class inherits a constructor from RightApi::ApiError

Instance Method Details

#prefixObject



48
49
50
# File 'lib/right_api_client/errors.rb', line 48

def prefix
  'Empty response body: '
end