|
Squid Web Cache master
|
#include "squid.h"#include "base/Assure.h"#include "base/TextException.h"#include "debug/Stream.h"Go to the source code of this file.
Functions | |
| void | ReportAndThrow_ (const int debugLevel, const char *description, const SourceLocation &location) |
| void ReportAndThrow_ | ( | int | debugLevel, |
| const char * | description, | ||
| const SourceLocation & | location | ||
| ) |
Reports the description (at the given debugging level) and throws the corresponding exception. Reduces compiled code size of Assure() and Must() callers. Do not call directly; use Assure() instead.
| description | explains the condition (i.e. what MUST happen) |
Definition at line 15 of file Assure.cc.
References DBG_IMPORTANT, and debugs.