Exception: RightApi::UnknownRouteError

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



42
43
44
# File 'lib/right_api_client/errors.rb', line 42

def prefix
  'Unknown action or route. '
end