Exception: GithubCLI::UnknownFormatError

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

Instance Method Summary collapse

Methods inherited from GithubCLIError

status_code

Constructor Details

#initialize(format) ⇒ UnknownFormatError

Returns a new instance of UnknownFormatError.



40
41
42
# File 'lib/github_cli/errors.rb', line 40

def initialize(format)
  super %{Unrecognized formatting options: #{format}}
end