Searched refs:rb_eRegexpError (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dre.c20 VALUE rb_eRegexpError; variable
610 rb_raise(rb_eRegexpError, "%s: %s", err, RSTRING_PTR(desc));
627 return rb_exc_new3(rb_eRegexpError, desc);
2350 rb_raise(rb_eRegexpError, "/.../n has a non escaped non ASCII character in non ASCII-8BIT script");
2366 rb_raise(rb_eRegexpError, "encoding mismatch in dynamic regexp : %s and %s",
3524 rb_eRegexpError = rb_define_class("RegexpError", rb_eStandardError);
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h1489 RUBY_EXTERN VALUE rb_eRegexpError; variable

Completed in 132 milliseconds