Exception: MinecraftAuth::AccountError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/minecraft_auth.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ AccountError

Returns a new instance of AccountError.



78
79
80
# File 'lib/minecraft_auth.rb', line 78

def initialize(message)
  super()
end