Exception: Wowr::Exceptions::ArenaTeamNotFound
- Inherits:
-
ElementNotFoundError
- Object
- StandardError
- ElementNotFoundError
- Wowr::Exceptions::ArenaTeamNotFound
- Defined in:
- lib/wowr/exceptions.rb
Instance Method Summary collapse
-
#initialize(string) ⇒ ArenaTeamNotFound
constructor
A new instance of ArenaTeamNotFound.
Constructor Details
#initialize(string) ⇒ ArenaTeamNotFound
Returns a new instance of ArenaTeamNotFound.
107 108 109 |
# File 'lib/wowr/exceptions.rb', line 107 def initialize(string) super "Arena team not found with name '#{string}'." end |