class Razor::CLI::UnauthorizedError

Public Class Methods

new(url) click to toggle source
Calls superclass method
# File lib/razor/cli.rb, line 42
def initialize(url)
  super _("Credentials are required to connect to the server at %{url}") % {url: url}
end