class Obsctl::Domain::AliasAmbiguous

Overview

Raised when alias/shortcut/name resolution matches multiple entries.

Defined in:

obsctl/domain/errors.cr

Constructors

Instance methods inherited from class Obsctl::Domain::ObsctlError

exit_code : Obsctl::Domain::ExitCode exit_code

Constructor methods inherited from class Obsctl::Domain::ObsctlError

new(message : String, exit_code : ExitCode) new

Constructor Detail

def self.new(kind : String, target : String) #

[View source]