gist logs: fix error message
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8f89db4882
commit
2f679153ee
@ -80,7 +80,7 @@ end
|
|||||||
|
|
||||||
class HTTP_Error < RuntimeError
|
class HTTP_Error < RuntimeError
|
||||||
def initialize response
|
def initialize response
|
||||||
super "Error: HTTP #{response.code} #{response.message}"
|
super "HTTP #{response.code} #{response.message}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user