NoQuotesSearchMatchException

Exception, to be thrown when given search terms failed to match any stored quotes.

version(WithQuotePlugin)
private final
class NoQuotesSearchMatchException : Exception {}

Constructors

this
this(string message, string searchTerms, string file, size_t line, Throwable nextInChain)

Creates a new NoQuotesSearchMatchException, attaching a search terms string.

Members

Variables

searchTerms
string searchTerms;

Given search terms string.