Exception: Github::Error::NotFound
- Inherits:
-
ServiceError
- Object
- StandardError
- GithubError
- ServiceError
- Github::Error::NotFound
- Defined in:
- lib/github_api/error/not_found.rb
Constant Summary
Constants inherited from ServiceError
Instance Attribute Summary
Attributes inherited from ServiceError
Attributes inherited from GithubError
#response_headers, #response_message
Instance Method Summary collapse
-
#initialize(env) ⇒ NotFound
constructor
A new instance of NotFound.
Methods inherited from ServiceError
#decode_body, errors, http_status_code, #parse_body, #parse_response
Methods included from Jsonable
Methods inherited from GithubError
Constructor Details
#initialize(env) ⇒ NotFound
Returns a new instance of NotFound.
9 10 11 |
# File 'lib/github_api/error/not_found.rb', line 9 def initialize(env) super(env) end |