We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f407acd commit 3660937Copy full SHA for 3660937
lib/json_api_client/errors.rb
@@ -49,7 +49,7 @@ class NotFound < ClientError
49
def initialize(uri)
50
@uri = uri
51
52
- msg = "Couldn't find resource at: #{uri.to_s}"
+ msg = "Resource not found: #{uri.to_s}"
53
super nil, msg
54
end
55
0 commit comments