Exception: Razor::CLI::UnauthorizedError

Inherits:
Error
  • Object
show all
Defined in:
lib/razor/cli.rb

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ UnauthorizedError

Returns a new instance of UnauthorizedError.



42
43
44
# File 'lib/razor/cli.rb', line 42

def initialize(url)
  super _("Credentials are required to connect to the server at %{url}") % {url: url}
end