summaryrefslogtreecommitdiff
path: root/Lib/std/std_except.i
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/std/std_except.i')
-rw-r--r--Lib/std/std_except.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/std/std_except.i b/Lib/std/std_except.i
index 75b8d0fd6..c8820c2c5 100644
--- a/Lib/std/std_except.i
+++ b/Lib/std/std_except.i
@@ -15,6 +15,10 @@ namespace std {
virtual const char* what() const throw();
};
+ struct bad_cast : exception
+ {
+ };
+
struct bad_exception : exception
{
};