NoQuotesFoundException

Exception, to be thrown when there were no quotes found for a given user.

Constructors

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

Constructor taking an extra nickname string.

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

Constructor.

Members

Variables

nickname
string nickname;

Nickname whose quotes could not be found.