Exception: GithubSnapBuilder::AuthenticationError

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



37
38
39
# File 'lib/github_snap_builder.rb', line 37

def initialize(message)
	super("failed to authenticate: #{message}")
end