Exception: Wowr::Exceptions::ArenaTeamNotFound

Inherits:
ElementNotFoundError show all
Defined in:
lib/wowr/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(string) ⇒ ArenaTeamNotFound

Returns a new instance of ArenaTeamNotFound.



139
140
141
# File 'lib/wowr/exceptions.rb', line 139

def initialize(string)
	super "Arena team not found with name '#{string}'."
end