aboutsummaryrefslogtreecommitdiffstats
path: root/include/exceptn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exceptn.h')
-rw-r--r--include/exceptn.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/exceptn.h b/include/exceptn.h
index 1381782cf..5b0106105 100644
--- a/include/exceptn.h
+++ b/include/exceptn.h
@@ -60,14 +60,6 @@ struct Invalid_IV_Length : public Invalid_Argument
};
/*************************************************
-* Invalid_Message_Number Exception *
-*************************************************/
-struct Invalid_Message_Number : public Invalid_Argument
- {
- Invalid_Message_Number(const std::string&, u32bit);
- };
-
-/*************************************************
* Invalid_State Exception *
*************************************************/
struct Invalid_State : public Exception