class Docker::Template::Error::UnsuccessfulAuth

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/docker/template/error.rb, line 15
def initialize
  super "Unable to authorize you to Dockerhub, something is wrong."
end