Exception: GithubCLI::GithubCLIError
- Inherits:
-
StandardError
- Object
- StandardError
- GithubCLI::GithubCLIError
- Defined in:
- lib/github_cli/errors.rb
Direct Known Subclasses
ApiError, ConfigFileNotFound, GitHubError, HTTPError, RequiredArgumentMissingError, UnknownFormatError
Class Method Summary collapse
Class Method Details
.status_code(code) ⇒ Object
6 7 8 |
# File 'lib/github_cli/errors.rb', line 6 def self.status_code(code) define_method(:status_code) { code } end |