TextException.h
Go to the documentation of this file.
uint32_t SourceLocationId
semi-uniquely identifies a source code location; stable across Squid runs
Definition: Here.h:18
std::ostream & operator<<(std::ostream &, const TextException &)
efficiently prints TextException
Definition: TextException.cc:62
std::ostream & CurrentExceptionExtra(std::ostream &)
Definition: TextException.cc:99
std::ostream & CurrentException(std::ostream &)
prints active (i.e., thrown but not yet handled) exception
Definition: TextException.cc:88
SourceLocation where
code location related to the exception; usually the thrower location
Definition: TextException.h:46
TextException & operator=(const TextException &)=default
std::ostream & print(std::ostream &) const
dumps the exception text into the stream
Definition: TextException.cc:37
TextException(const char *message, const SourceLocation &location)
Definition: TextException.h:24
TextException(const TextException &)=default
TextException(TextException &&)=default
STL namespace.