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