Exception: Wowr::Exceptions::ArenaTeamNameNotSet

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

Instance Method Summary collapse

Constructor Details

#initializeArenaTeamNameNotSet

Returns a new instance of ArenaTeamNameNotSet.



39
40
41
# File 'lib/wowr/exceptions.rb', line 39

def initialize
	super "Arena team name not set."
end