Exception: Textrepo::InvalidSearchResultError
- Defined in:
- lib/textrepo/error.rb
Overview
An error raise if the search result is not suitable to use.
Instance Method Summary collapse
-
#initialize(str) ⇒ InvalidSearchResultError
constructor
A new instance of InvalidSearchResultError.
Constructor Details
#initialize(str) ⇒ InvalidSearchResultError
Returns a new instance of InvalidSearchResultError.
99 100 101 |
# File 'lib/textrepo/error.rb', line 99 def initialize(str) super(ErrMsg::INVALID_SEARCH_RESULT % str) end |