Struct no_match_error
Defined in File dispatch.hpp
Inheritance Relationships
Base Type
public std::runtime_error
Struct Documentation
-
struct no_match_error : public std::runtime_error
Thrown when a
throw_on_no_matchdispatch has no matching specialization.