Skip to content

Commit 3660937

Browse files
emancutilo
andauthored
Update lib/json_api_client/errors.rb
Co-authored-by: Tilo <tilo@users.noreply.github.com>
1 parent f407acd commit 3660937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json_api_client/errors.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class NotFound < ClientError
4949
def initialize(uri)
5050
@uri = uri
5151

52-
msg = "Couldn't find resource at: #{uri.to_s}"
52+
msg = "Resource not found: #{uri.to_s}"
5353
super nil, msg
5454
end
5555
end

0 commit comments

Comments
 (0)