std::domain_error (3) Linux Manual Page
std::domain_error – std::domain_error Synopsis Defined in header <stdexcept> class domain_error; Defines a type of object to be thrown as exception. It may be used by the implementation to report domain errors, that is, situations where the inputs are outside of the domain on which an operation is defined. The standard library components do not throw…
