Exception: GithubCLI::ConfigFileNotFound

Inherits:
GithubCLIError show all
Defined in:
lib/github_cli/errors.rb

Overview

Raised when a configuration file is corrupt or missing.

Instance Method Summary collapse

Methods inherited from GithubCLIError

status_code

Constructor Details

#initializeConfigFileNotFound

Returns a new instance of ConfigFileNotFound.



23
24
25
# File 'lib/github_cli/errors.rb', line 23

def initialize
  super %{Configuration file corrupt or missing}
end