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