Exception: Wowr::Exceptions::NoSearchString

Inherits:
SearchError
  • Object
show all
Defined in:
lib/wowr/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeNoSearchString

Returns a new instance of NoSearchString.



100
101
102
# File 'lib/wowr/exceptions.rb', line 100

def initialize
	super "No search string specified or string was empty."
end