Botan
1.11.15
|
#include <pipe.h>
Public Member Functions | |
Invalid_Message_Number (const std::string &where, message_id msg) |
Exception if you use an invalid message as an argument to read, remaining, etc
Botan::Pipe::Invalid_Message_Number::Invalid_Message_Number | ( | const std::string & | where, |
message_id | msg | ||
) | [inline] |
where | the error occured |
msg | the invalid message id that was used |
Definition at line 45 of file pipe.h.
: Invalid_Argument("Pipe::" + where + ": Invalid message number " + std::to_string(msg)) {}