Searched refs:lazy_exception (Results 1 – 4 of 4) sorted by relevance
496 throw lazy_exception("Tried to take head() of empty strict_list"); in head()503 throw lazy_exception("Tried to take tail() of empty strict_list"); in tail()613 throw lazy_exception("Tried to take head() of empty list"); in priv_head()620 throw lazy_exception("Tried to take tail() of empty list"); in priv_tail()712 throw lazy_exception("Tried to take head() of empty odd_list"); in priv_head()720 throw lazy_exception("Tried to take tail() of empty odd_list"); in priv_tail()900 throw lazy_exception("You have entered a black hole."); in operator ()()
358 throw lazy_exception("Your list is too long!!"); in operator ()()408 throw lazy_exception("Your list is too long!!"); in operator ()()667 throw lazy_exception("Running away in EFH!!"); in operator ()()733 throw lazy_exception("Running away in EFTH!!"); in operator ()()
67 struct lazy_exception : public std::exception { struct69 lazy_exception( const char* ss ) : s(ss) {} in lazy_exception() argument
234 lazy_exception269 throw lazy_exception("Your list is too long!!");417 throw lazy_exception("Running away in EFH!!");