Exception: Wowr::Exceptions::NoSearchString
- Inherits:
-
SearchError
- Object
- StandardError
- SearchError
- Wowr::Exceptions::NoSearchString
- Defined in:
- lib/wowr/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSearchString
constructor
A new instance of NoSearchString.
Constructor Details
#initialize ⇒ NoSearchString
Returns a new instance of NoSearchString.
80 81 82 |
# File 'lib/wowr/exceptions.rb', line 80 def initialize super "No search string specified or string was empty." end |