class Textrepo::InvalidSearchResultError

An error raise if the search result is not suitable to use.

Public Class Methods

new(str) click to toggle source
Calls superclass method
# File lib/textrepo/error.rb, line 99
def initialize(str)
  super(ErrMsg::INVALID_SEARCH_RESULT % str)
end