aboutsummaryrefslogtreecommitdiffstats
path: root/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index d4251df28f..8601b614e7 100644
--- a/math.c
+++ b/math.c
@@ -746,7 +746,7 @@ void
Init_Math(void)
{
rb_mMath = rb_define_module("Math");
- rb_eMathDomainError = rb_define_class_under(rb_mMath, "DomainError", rb_eArgError);
+ rb_eMathDomainError = rb_define_class_under(rb_mMath, "DomainError", rb_eStandardError);
#ifdef M_PI
rb_define_const(rb_mMath, "PI", DBL2NUM(M_PI));