rb_raise 361 array.c rb_raise(rb_eIndexError, "index %ld too big", new_len); rb_raise 466 array.c rb_raise(rb_eArgError, "negative array size (or size too big)"); rb_raise 469 array.c rb_raise(rb_eArgError, "array size too big"); rb_raise 752 array.c rb_raise(rb_eArgError, "negative array size"); rb_raise 755 array.c rb_raise(rb_eArgError, "array size too big"); rb_raise 806 array.c rb_raise(rb_eIndexError, "index %ld too small for array; minimum: %ld", rb_raise 811 array.c rb_raise(rb_eIndexError, "index %ld too big", idx); rb_raise 883 array.c rb_raise(rb_eArgError, "negative array size"); rb_raise 1098 array.c rb_raise(rb_eIndexError, "index %ld too big", new_len); rb_raise 1416 array.c rb_raise(rb_eIndexError, "index %ld outside of array bounds: %ld...%ld", rb_raise 1568 array.c if (len < 0) rb_raise(rb_eIndexError, "negative length (%ld)", len); rb_raise 1573 array.c rb_raise(rb_eIndexError, "index %ld too small for array; minimum: %ld", rb_raise 1592 array.c rb_raise(rb_eIndexError, "index %ld too big", beg); rb_raise 1606 array.c rb_raise(rb_eIndexError, "index %ld too big", olen + rlen - len); rb_raise 1634 array.c rb_raise(rb_eRuntimeError, "can't set length of shared "); rb_raise 1659 array.c rb_raise(rb_eIndexError, "index %ld too big", len); rb_raise 1954 array.c rb_raise(rb_eArgError, "recursive array join"); rb_raise 1997 array.c rb_raise(rb_eArgError, "recursive array join"); rb_raise 2178 array.c rb_raise(rb_eTypeError, "wrong element type %"PRIsVALUE" at %ld (expected array)", rb_raise 2182 array.c rb_raise(rb_eArgError, "wrong array length at %ld (expected 2, was %ld)", rb_raise 2381 array.c rb_raise(rb_eRuntimeError, "sort reentered"); rb_raise 2646 array.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE rb_raise 3281 array.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (must respond to :each)", rb_raise 3400 array.c rb_raise(rb_eIndexError, "element size differs (%ld should be %ld)", rb_raise 3557 array.c rb_raise(rb_eArgError, "argument too big"); rb_raise 3686 array.c rb_raise(rb_eArgError, "negative argument"); rb_raise 3689 array.c rb_raise(rb_eArgError, "argument too big"); rb_raise 4531 array.c rb_raise(rb_eRuntimeError, "flatten reentered"); rb_raise 4541 array.c rb_raise(rb_eArgError, "tried to flatten recursive array"); rb_raise 4693 array.c rb_raise(rb_eRuntimeError, "modified during shuffle"); rb_raise 4782 array.c if (n < 0) rb_raise(rb_eArgError, "negative sample number"); rb_raise 4979 array.c rb_raise(rb_eRuntimeError, "permute reentered"); rb_raise 5106 array.c rb_raise(rb_eRuntimeError, "combination reentered"); rb_raise 5207 array.c rb_raise(rb_eRuntimeError, "repeated permute reentered"); rb_raise 5301 array.c rb_raise(rb_eRuntimeError, "repeated combination reentered"); rb_raise 5445 array.c rb_raise(rb_eRangeError, "too big to product"); rb_raise 5463 array.c rb_raise(rb_eRuntimeError, "product reentered"); rb_raise 5513 array.c rb_raise(rb_eArgError, "attempt to take negative size"); rb_raise 5569 array.c rb_raise(rb_eArgError, "attempt to drop negative size"); rb_raise 496 bignum.c rb_raise(rb_eArgError, "unsupported flags specified"); rb_raise 500 bignum.c rb_raise(rb_eArgError, "word order not specified"); rb_raise 504 bignum.c rb_raise(rb_eArgError, "unexpected word order"); rb_raise 506 bignum.c rb_raise(rb_eArgError, "byte order not specified"); rb_raise 511 bignum.c rb_raise(rb_eArgError, "unexpected byte order"); rb_raise 513 bignum.c rb_raise(rb_eArgError, "invalid wordsize: %"PRI_SIZE_PREFIX"u", wordsize); rb_raise 515 bignum.c rb_raise(rb_eArgError, "too big wordsize: %"PRI_SIZE_PREFIX"u", wordsize); rb_raise 517 bignum.c rb_raise(rb_eArgError, "too big nails: %"PRI_SIZE_PREFIX"u", nails); rb_raise 519 bignum.c rb_raise(rb_eArgError, "too big numwords * wordsize: %"PRI_SIZE_PREFIX"u * %"PRI_SIZE_PREFIX"u", numwords, wordsize); rb_raise 1854 bignum.c rb_raise(rb_eArgError, "unexpected bignum length for karatsuba"); rb_raise 2251 bignum.c rb_raise(rb_eArgError, "unexpected bignum length for toom3"); rb_raise 3640 bignum.c rb_raise(rb_eArgError, "too big to unpack as an integer"); rb_raise 3702 bignum.c rb_raise(rb_eArgError, "invalid radix %d", base); rb_raise 3708 bignum.c rb_raise(rb_eArgError, "invalid value for Integer(): %+"PRIsVALUE, s); rb_raise 4512 bignum.c rb_raise(rb_eArgError, "too big number"); rb_raise 4571 bignum.c rb_raise(rb_eRangeError, "shift width too big"); rb_raise 4672 bignum.c rb_raise(rb_eArgError, "too big number"); rb_raise 4851 bignum.c rb_raise(rb_eArgError, "too big number"); rb_raise 4858 bignum.c rb_raise(rb_eArgError, "too big number"); rb_raise 4899 bignum.c rb_raise(rb_eRangeError, "bignum too big to convert into `string'"); rb_raise 5025 bignum.c rb_raise(rb_eRangeError, "bignum too big to convert into `string'"); rb_raise 5058 bignum.c rb_raise(rb_eRangeError, "bignum too big to convert into `%s'", type); rb_raise 5087 bignum.c rb_raise(rb_eRangeError, "bignum out of range of unsigned long"); rb_raise 5105 bignum.c rb_raise(rb_eRangeError, "bignum too big to convert into `long'"); rb_raise 5120 bignum.c rb_raise(rb_eRangeError, "bignum too big to convert into `%s'", type); rb_raise 5147 bignum.c rb_raise(rb_eRangeError, "bignum out of range of unsigned long long"); rb_raise 5165 bignum.c rb_raise(rb_eRangeError, "bignum too big to convert into `long long'"); rb_raise 5180 bignum.c rb_raise(rb_eFloatDomainError, d < 0 ? "-Infinity" : "Infinity"); rb_raise 5183 bignum.c rb_raise(rb_eFloatDomainError, "NaN"); rb_raise 223 class.c rb_raise(rb_eTypeError, "superclass must be a Class (%"PRIsVALUE" given)", rb_raise 227 class.c rb_raise(rb_eTypeError, "can't make subclass of singleton class"); rb_raise 230 class.c rb_raise(rb_eTypeError, "can't make subclass of Class"); rb_raise 302 class.c rb_raise(rb_eTypeError, "can't copy the root class"); rb_raise 305 class.c rb_raise(rb_eTypeError, "already initialized class"); rb_raise 308 class.c rb_raise(rb_eTypeError, "can't copy singleton class"); rb_raise 654 class.c rb_raise(rb_eTypeError, "%s is not a class (%"PRIsVALUE")", rb_raise 658 class.c rb_raise(rb_eTypeError, "superclass mismatch for class %s", name); rb_raise 663 class.c rb_raise(rb_eArgError, "no super class for `%s'", name); rb_raise 722 class.c rb_raise(rb_eTypeError, "%"PRIsVALUE"::%"PRIsVALUE" is not a class" rb_raise 727 class.c rb_raise(rb_eTypeError, "superclass mismatch for class " rb_raise 735 class.c rb_raise(rb_eArgError, "no super class for `%"PRIsVALUE"::%"PRIsVALUE"'", rb_raise 776 class.c rb_raise(rb_eTypeError, "%s is not a module (%"PRIsVALUE")", rb_raise 802 class.c rb_raise(rb_eTypeError, "%"PRIsVALUE"::%"PRIsVALUE" is not a module" rb_raise 866 class.c rb_raise(rb_eArgError, "cyclic include detected"); rb_raise 991 class.c rb_raise(rb_eArgError, "cyclic prepend detected"); rb_raise 1576 class.c rb_raise(rb_eTypeError, "can't define singleton"); rb_raise 1795 class.c if (!RB_TYPE_P(keys, T_ARRAY)) rb_raise(rb_eArgError, "unknown keyword"); rb_raise 29 compar.c rb_raise(rb_eArgError, "comparison of %"PRIsVALUE" with %"PRIsVALUE" failed", rb_raise 6296 compile.c rb_raise(rb_eSyntaxError, "unknown operand type: %c", type); rb_raise 6346 compile.c rb_raise(rb_eSyntaxError, "dump_disasm_list error: %ld\n", FIX2LONG(link->type)); rb_raise 6412 compile.c rb_raise(rb_eSyntaxError, "invalid exception symbol: %+"PRIsVALUE, sym); rb_raise 6432 compile.c rb_raise(rb_eSyntaxError, "wrong exception entry"); rb_raise 6484 compile.c rb_raise(rb_eSyntaxError, "ISEQ is required"); rb_raise 6660 compile.c rb_raise(rb_eSyntaxError, "unknown operand: %c", insn_op_type((VALUE)insn_id, j)); rb_raise 6669 compile.c rb_raise(rb_eTypeError, "unexpected object for instruction"); rb_raise 6692 compile.c rb_raise(rb_eTypeError, "invalid %+"PRIsVALUE" Fixnum: %+"PRIsVALUE, rb_raise 6751 compile.c rb_raise(rb_eTypeError, "keyword default has unsupported len %+"PRIsVALUE, key); rb_raise 6829 compile.c rb_raise(rb_eTypeError, ":opt param is not an array: %+"PRIsVALUE, rb_raise 6839 compile.c rb_raise(rb_eTypeError, ":keywords param is not an array: %+"PRIsVALUE, rb_raise 7252 compile.c rb_raise(rb_eRuntimeError, "TS_FUNCPTR is not supported"); rb_raise 7309 compile.c rb_raise(rb_eRuntimeError, "TS_FUNCPTR is not supported"); rb_raise 8195 compile.c rb_raise(rb_eIndexError, "object index out of range: %"PRIdVALUE, object_index); rb_raise 8304 compile.c rb_raise(rb_eRuntimeError, "should be top of iseq"); rb_raise 8307 compile.c rb_raise(rb_eRuntimeError, "should not compile with coverage"); rb_raise 8413 compile.c rb_raise(rb_eRuntimeError, "broken binary format"); rb_raise 8425 compile.c rb_raise(rb_eRuntimeError, "broken binary format"); rb_raise 8428 compile.c rb_raise(rb_eRuntimeError, "unknown binary format"); rb_raise 8432 compile.c rb_raise(rb_eRuntimeError, "unmatched version file (%u.%u for %u.%u)", rb_raise 8436 compile.c rb_raise(rb_eRuntimeError, "unmatched platform"); rb_raise 358 complex.c rb_raise(rb_eTypeError, "not a real"); rb_raise 851 complex.c #define rb_raise_zerodiv() rb_raise(rb_eZeroDivError, "divided by 0") rb_raise 1020 complex.c rb_raise(rb_eTypeError, "%"PRIsVALUE" can't be coerced into %"PRIsVALUE, rb_raise 1367 complex.c rb_raise(rb_eArgError, "marshaled complex must have an array whose length is 2 but %ld", RARRAY_LEN(a)); rb_raise 1435 complex.c rb_raise(rb_eRangeError, "can't convert %"PRIsVALUE" into Integer", rb_raise 1458 complex.c rb_raise(rb_eRangeError, "can't convert %"PRIsVALUE" into Float", rb_raise 1483 complex.c rb_raise(rb_eRangeError, "can't convert %"PRIsVALUE" into Rational", rb_raise 1510 complex.c rb_raise(rb_eRangeError, "can't convert %"PRIsVALUE" into Rational", rb_raise 1833 complex.c rb_raise(rb_eArgError, "string contains null byte"); rb_raise 1845 complex.c rb_raise(rb_eArgError, "invalid value for convert(): %+"PRIsVALUE, rb_raise 1907 complex.c rb_raise(rb_eTypeError, "can't convert nil into Complex"); rb_raise 161 cont.c if (!(ptr)) rb_raise(rb_eFiberError, "uninitialized fiber"); \ rb_raise 167 cont.c if (!(th)->tag) rb_raise(rb_eThreadError, "not running thread"); \ rb_raise 634 cont.c rb_raise(rb_eFiberError, "can't alloc machine stack to fiber: %s", strerror(errno)); rb_raise 640 cont.c rb_raise(rb_eFiberError, "mprotect failed"); rb_raise 664 cont.c rb_raise(rb_eFiberError, "can't create fiber"); rb_raise 1027 cont.c rb_raise(rb_eRuntimeError, "continuation called from out of critical rb_ensure scope"); rb_raise 1070 cont.c rb_raise(rb_eRuntimeError, "continuation called across threads"); rb_raise 1073 cont.c rb_raise(rb_eRuntimeError, "continuation called across stack rewinding barrier"); rb_raise 1077 cont.c rb_raise(rb_eRuntimeError, "continuation called across fiber"); rb_raise 1177 cont.c rb_raise(rb_eRuntimeError, "cannot initialize twice"); rb_raise 1335 cont.c rb_raise(rb_eFiberError, "can't yield from root fiber"); rb_raise 1427 cont.c rb_raise(rb_eFiberError, "fiber called across threads"); rb_raise 1430 cont.c rb_raise(rb_eFiberError, "fiber called across stack rewinding barrier"); rb_raise 1502 cont.c rb_raise(rb_eFiberError, "double resume"); rb_raise 1505 cont.c rb_raise(rb_eFiberError, "cannot resume transferred Fiber"); rb_raise 579 dir.c rb_raise(rb_eIOError, "closed directory"); rb_raise 1020 dir.c if (!dist) rb_raise(rb_eArgError, "HOME/LOGDIR not set"); rb_raise 164 encoding.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (expected Encoding)", rb_raise 183 encoding.c rb_raise(rb_eEncodingError, "encoding index out of bound: %d", rb_raise 187 encoding.c rb_raise(rb_eEncodingError, "wrong encoding index %d for %s (expected %d)", rb_raise 223 encoding.c rb_raise(rb_eArgError, "invalid name encoding (non ASCII)"); rb_raise 234 encoding.c rb_raise(rb_eArgError, "unknown encoding name - %"PRIsVALUE, enc); rb_raise 346 encoding.c rb_raise(rb_eArgError, "encoding %s is already registered", name); rb_raise 370 encoding.c rb_raise(rb_eArgError, "encoding %s is already registered", name); rb_raise 714 encoding.c rb_raise(rb_eArgError, "encoding %s is not registered", name); rb_raise 837 encoding.c rb_raise(rb_eArgError, "cannot set encoding"); rb_raise 872 encoding.c rb_raise(rb_eEncCompatError, "incompatible character encodings: %s and %s", rb_raise 883 encoding.c rb_raise(rb_eEncCompatError, "incompatible character encodings: %s and %s", rb_raise 996 encoding.c rb_raise(rb_eTypeError, "unknown encoding"); rb_raise 1059 encoding.c rb_raise(rb_eArgError, "empty string"); rb_raise 1062 encoding.c rb_raise(rb_eArgError, "invalid byte sequence in %s", rb_enc_name(enc)); rb_raise 1080 encoding.c rb_raise(rb_eArgError, "invalid codepoint 0x%x in %s", c, rb_enc_name(enc)); rb_raise 1122 encoding.c rb_raise(rb_eTypeError, "broken Encoding"); rb_raise 1479 encoding.c rb_raise(rb_eArgError, "default external can not be nil"); rb_raise 567 enum.c rb_raise(rb_eTypeError, "wrong element type %s (expected array)", rb_raise 571 enum.c rb_raise(rb_eArgError, "element has wrong array length (expected 2, was %ld)", rb_raise 963 enum.c rb_raise(rb_eRuntimeError, "sort_by reentered"); rb_raise 966 enum.c rb_raise(rb_eRuntimeError, "sort_by reentered"); rb_raise 987 enum.c rb_raise(rb_eRuntimeError, "sort_by reentered"); rb_raise 1105 enum.c rb_raise(rb_eRuntimeError, "sort_by reentered"); rb_raise 1238 enum.c rb_raise(rb_eRuntimeError, "%s reentered", data->method); rb_raise 1250 enum.c rb_raise(rb_eRuntimeError, "%s reentered", data->method); rb_raise 1381 enum.c rb_raise(rb_eArgError, "negative size (%ld)", data.n); rb_raise 1385 enum.c rb_raise(rb_eArgError, "too big size"); rb_raise 2294 enum.c if (slice_size <= 0) rb_raise(rb_eArgError, "invalid slice size"); rb_raise 2327 enum.c if (size <= 0) rb_raise(rb_eArgError, "invalid slice size"); rb_raise 2367 enum.c if (cons_size <= 0) rb_raise(rb_eArgError, "invalid size"); rb_raise 2404 enum.c if (size <= 0) rb_raise(rb_eArgError, "invalid size"); rb_raise 2581 enum.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (must respond to :each)", rb_raise 2627 enum.c rb_raise(rb_eArgError, "attempt to take negative size"); rb_raise 2705 enum.c rb_raise(rb_eArgError, "attempt to drop negative size"); rb_raise 2871 enum.c rb_raise(rb_eRuntimeError, "symbols beginning with an underscore are reserved"); rb_raise 3005 enum.c rb_raise(rb_eArgError, "no block given"); rb_raise 3342 enum.c rb_raise(rb_eArgError, "both pattern and block are given"); rb_raise 179 enumerator.c rb_raise(rb_eArgError, "uninitialized enumerator"); rb_raise 276 enumerator.c rb_raise(rb_eArgError, "unallocated enumerator"); rb_raise 374 enumerator.c rb_raise(rb_eTypeError, "can't copy execution context"); rb_raise 380 enumerator.c rb_raise(rb_eArgError, "unallocated enumerator"); rb_raise 902 enumerator.c rb_raise(rb_eTypeError, "feed value already set"); rb_raise 1090 enumerator.c rb_raise(rb_eArgError, "uninitialized yielder"); rb_raise 1116 enumerator.c rb_raise(rb_eArgError, "unallocated yielder"); rb_raise 1197 enumerator.c rb_raise(rb_eArgError, "uninitialized generator"); rb_raise 1224 enumerator.c rb_raise(rb_eArgError, "unallocated generator"); rb_raise 1247 enumerator.c rb_raise(rb_eTypeError, rb_raise 1272 enumerator.c rb_raise(rb_eArgError, "unallocated generator"); rb_raise 1390 enumerator.c rb_raise(rb_eArgError, "tried to call lazy new without a block"); rb_raise 1520 enumerator.c rb_raise(rb_eArgError, "tried to call lazy map without a block"); rb_raise 1605 enumerator.c rb_raise(rb_eArgError, "tried to call lazy flat_map without a block"); rb_raise 1628 enumerator.c rb_raise(rb_eArgError, "tried to call lazy select without a block"); rb_raise 1651 enumerator.c rb_raise(rb_eArgError, "tried to call lazy reject without a block"); rb_raise 1808 enumerator.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (must respond to :each)", rb_raise 1860 enumerator.c rb_raise(rb_eArgError, "attempt to take negative size"); rb_raise 1886 enumerator.c rb_raise(rb_eArgError, "tried to call lazy take_while without a block"); rb_raise 1930 enumerator.c rb_raise(rb_eArgError, "attempt to drop negative size"); rb_raise 1954 enumerator.c rb_raise(rb_eArgError, "tried to call lazy drop_while without a block"); rb_raise 571 error.c rb_raise(rb_eTypeError, "wrong argument type %s (expected %s)", rb_raise 574 error.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (expected %s)", rb_raise 613 error.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (expected %s)", rb_raise 616 error.c rb_raise(rb_eTypeError, "wrong argument type %s (expected %s)", rb_raise 873 error.c rb_raise(rb_eTypeError, err); rb_raise 878 error.c rb_raise(rb_eTypeError, err); rb_raise 1340 error.c rb_raise(rb_eArgError, "no receiver is available"); rb_raise 1371 error.c rb_raise(rb_eArgError, "invalid value for %s: %+"PRIsVALUE, type, s); rb_raise 1505 error.c rb_raise(rb_eTypeError, "invalid instance type"); rb_raise 2108 error.c rb_raise(rb_eNotImpError, rb_raise 2302 error.c rb_raise(rb_eRuntimeError, "can't modify frozen %s", what); rb_raise 2315 error.c rb_raise(rb_eRuntimeError, "can't modify frozen %"PRIsVALUE", created at %"PRIsVALUE":%"PRIsVALUE, rb_raise 2319 error.c rb_raise(rb_eRuntimeError, "can't modify frozen %"PRIsVALUE, rb_raise 2350 error.c rb_raise(rb_eSecurityError, "Insecure: can't modify %"PRIsVALUE, rb_raise 602 eval.c rb_raise(rb_eInterrupt, "%s", ""); rb_raise 662 eval.c rb_raise(rb_eArgError, "only cause is given with no arguments"); rb_raise 707 eval.c rb_raise(rb_eTypeError, "exception class/object expected"); rb_raise 716 eval.c rb_raise(rb_eTypeError, "exception object expected"); rb_raise 1166 eval.c rb_raise(rb_eTypeError, "wrong argument type %s (expected Module)", rb_raise 1242 eval.c rb_raise(rb_eArgError, "no block given"); rb_raise 1245 eval.c rb_raise(rb_eArgError, rb_raise 1302 eval.c rb_raise(rb_eRuntimeError, rb_raise 1306 eval.c rb_raise(rb_eRuntimeError, "Module#using is not called on self"); rb_raise 1442 eval.c rb_raise(rb_eRuntimeError, "main.using is permitted only at toplevel"); rb_raise 1502 eval.c rb_raise(rb_eTypeError, "assigning non-exception to $!"); rb_raise 1510 eval.c rb_raise(rb_eRuntimeError, "errinfo_setter: not in rescue clause."); rb_raise 1527 eval.c rb_raise(rb_eTypeError, "assigning non-exception to $!"); rb_raise 1555 eval.c rb_raise(rb_eArgError, "$! not set"); rb_raise 43 eval_jump.c rb_raise(rb_eArgError, "called without a block"); rb_raise 10 ext/-test-/bignum/big2str.c rb_raise(rb_eTypeError, "can't convert %s to Bignum", rb_raise 19 ext/-test-/bignum/big2str.c rb_raise(rb_eArgError, "invalid radix %d", base); rb_raise 30 ext/-test-/bignum/big2str.c rb_raise(rb_eArgError, "invalid radix %d", base); rb_raise 40 ext/-test-/bignum/big2str.c rb_raise(rb_eArgError, "invalid radix %d", base); rb_raise 10 ext/-test-/bignum/div.c rb_raise(rb_eTypeError, "can't convert %s to Bignum", rb_raise 28 ext/-test-/bignum/intpack.c rb_raise(rb_eArgError, "too big numwords * wordsize"); rb_raise 10 ext/-test-/bignum/mul.c rb_raise(rb_eTypeError, "can't convert %s to Bignum", rb_raise 16 ext/-test-/debug/profile_frames.c if (buff_size > MAX_BUF_SIZE) rb_raise(rb_eRuntimeError, "too long buff_size"); rb_raise 20 ext/-test-/gvl/call_without_gvl/call_without_gvl.c rb_raise(rb_eArgError, "timeout must be non nil"); rb_raise 6 ext/-test-/notimplement/bug.c if (argc < 1) rb_raise(rb_eArgError, "not enough argument"); rb_raise 44 ext/-test-/printf/printf.c if (RSTRING_LEN(type) != 1) rb_raise(rb_eArgError, "wrong length(%ld)", RSTRING_LEN(type)); rb_raise 52 ext/-test-/printf/printf.c default: rb_raise(rb_eArgError, "wrong conversion(%c)", cnv); rb_raise 11 ext/-test-/rational/rat.c rb_raise(rb_eTypeError, "can't convert %s to Bignum", rb_raise 72 ext/-test-/st/foreach/foreach.c rb_raise(rb_eArgError, "unexpected arg: %+"PRIsVALUE, c->test); rb_raise 133 ext/-test-/st/foreach/foreach.c rb_raise(rb_eArgError, "unexpected arg: %+"PRIsVALUE, c->test); rb_raise 43 ext/-test-/st/numhash/numhash.c if (!SPECIAL_CONST_P(key)) rb_raise(rb_eArgError, "not a special const"); rb_raise 53 ext/-test-/st/numhash/numhash.c if (!SPECIAL_CONST_P(key)) rb_raise(rb_eArgError, "not a special const"); rb_raise 54 ext/-test-/st/numhash/numhash.c if (!SPECIAL_CONST_P(data)) rb_raise(rb_eArgError, "not a special const"); rb_raise 58 ext/-test-/string/cstr.c if (len < 0) rb_raise(rb_eArgError, "negative length: %ld", len); rb_raise 59 ext/-test-/string/cstr.c if (RSTRING_LEN(str) < beg) rb_raise(rb_eIndexError, "beg: %ld", beg); rb_raise 60 ext/-test-/string/cstr.c if (RSTRING_LEN(str) < beg + len) rb_raise(rb_eIndexError, "end: %ld", beg + len); rb_raise 38 ext/-test-/string/qsort.c rb_raise(rb_eArgError, "out of bounds"); rb_raise 41 ext/-test-/string/qsort.c rb_raise(rb_eArgError, "negative size"); rb_raise 45 ext/-test-/string/qsort.c (rb_raise(rb_eArgError, "negative length"), 0) : rb_raise 57 ext/-test-/tracepoint/gc_hook.c rb_raise(rb_eTypeError, "trace_func needs to be Proc"); rb_raise 52 ext/-test-/tracepoint/tracepoint.c rb_raise(rb_eRuntimeError, "unknown event"); rb_raise 11 ext/-test-/win32/console/attribute.c if (h == (HANDLE)-1) rb_raise(rb_eIOError, "invalid io"); rb_raise 309 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, rb_raise 430 ext/bigdecimal/bigdecimal.c rb_raise(rb_eTypeError, "load failed: invalid character in the marshaled string"); rb_raise 465 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, "invalid rounding mode"); rb_raise 474 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, "invalid rounding mode"); rb_raise 533 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, "second argument must be true or false"); rb_raise 567 ext/bigdecimal/bigdecimal.c rb_raise(rb_eTypeError, "first argument for BigDecimal#mode invalid"); rb_raise 599 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, "argument must be positive"); rb_raise 727 ext/bigdecimal/bigdecimal.c rb_raise(rb_eFloatDomainError, "Infinity"); rb_raise 1336 ext/bigdecimal/bigdecimal.c rb_raise(rb_eZeroDivError, "divided by 0"); rb_raise 2305 ext/bigdecimal/bigdecimal.c rb_raise(rb_eTypeError, rb_raise 2386 ext/bigdecimal/bigdecimal.c rb_raise(rb_eMathDomainError, rb_raise 2578 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, "precision too large."); rb_raise 2583 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, rb_raise 2637 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, "argument must be positive"); rb_raise 2769 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, "Zero or negative precision for exp"); rb_raise 2902 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, "precision must be an Integer"); rb_raise 2907 ext/bigdecimal/bigdecimal.c rb_raise(rb_eArgError, "Zero or negative precision for exp"); rb_raise 2956 ext/bigdecimal/bigdecimal.c rb_raise(rb_eMathDomainError, rb_raise 2977 ext/bigdecimal/bigdecimal.c rb_raise(rb_eMathDomainError, rb_raise 3664 ext/bigdecimal/bigdecimal.c rb_raise(rb_eFloatDomainError, "%s", str); rb_raise 56 ext/coverage/coverage.c rb_raise(rb_eRuntimeError, "coverage measurement is not enabled"); rb_raise 1984 ext/date/date_core.c rb_raise(rb_eTypeError, "expected numeric"); rb_raise 3052 ext/date/date_core.c rb_raise(rb_eArgError, "invalid day fraction"); rb_raise 3214 ext/date/date_core.c rb_raise(rb_eArgError, "invalid fraction");\ rb_raise 3224 ext/date/date_core.c rb_raise(rb_eArgError, "invalid fraction");\ rb_raise 3348 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 3418 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 3434 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 3496 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 3546 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 3595 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 4143 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 4160 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 4189 ext/date/date_core.c rb_raise(rb_eArgError, rb_raise 4200 ext/date/date_core.c rb_raise(rb_eArgError, rb_raise 4301 ext/date/date_core.c rb_raise(rb_eArgError, rb_raise 4729 ext/date/date_core.c rb_raise(rb_eArgError, "invalid second fraction"); rb_raise 4733 ext/date/date_core.c rb_raise(rb_eArgError, "invalid day fraction"); rb_raise 4750 ext/date/date_core.c rb_raise(rb_eArgError, rb_raise 4778 ext/date/date_core.c rb_raise(rb_eArgError, rb_raise 6008 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 6125 ext/date/date_core.c rb_raise(rb_eArgError, "step can't be 0"); rb_raise 6651 ext/date/date_core.c rb_raise(rb_eArgError, rb_raise 7069 ext/date/date_core.c rb_raise(rb_eTypeError, "expected an array"); rb_raise 7100 ext/date/date_core.c rb_raise(rb_eArgError, rb_raise 7125 ext/date/date_core.c rb_raise(rb_eArgError, rb_raise 7135 ext/date/date_core.c rb_raise(rb_eTypeError, "invalid size"); rb_raise 7208 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7282 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7284 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7360 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7362 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7381 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7383 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7458 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7460 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7529 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7531 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7598 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7600 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7743 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7770 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 7779 ext/date/date_core.c rb_raise(rb_eArgError, "invalid date"); rb_raise 45 ext/dbm/dbm.c rb_raise(rb_eDBMError, "closed DBM file"); rb_raise 320 ext/dbm/dbm.c rb_raise(rb_eIndexError, "key not found"); rb_raise 456 ext/dbm/dbm.c rb_raise(rb_eDBMError, "dbm_delete failed"); rb_raise 534 ext/dbm/dbm.c rb_raise(rb_eDBMError, "dbm_delete failed"); rb_raise 562 ext/dbm/dbm.c rb_raise(rb_eDBMError, "dbm_delete failed"); rb_raise 604 ext/dbm/dbm.c rb_raise(rb_eArgError, "pair must be [key, value]"); rb_raise 672 ext/dbm/dbm.c rb_raise(rb_eDBMError, "dbm_store failed"); rb_raise 40 ext/digest/bubblebabble/bubblebabble.c rb_raise(rb_eRuntimeError, "digest string too long"); rb_raise 115 ext/digest/digest.c rb_raise(rb_eRuntimeError, "digest string too long"); rb_raise 156 ext/digest/digest.c rb_raise(rb_eRuntimeError, "%s does not implement %s()", rb_raise 464 ext/digest/digest.c rb_raise(rb_eArgError, "no data given"); rb_raise 521 ext/digest/digest.c rb_raise(rb_eRuntimeError, "Digest::Base cannot be directly inherited in Ruby"); rb_raise 536 ext/digest/digest.c rb_raise(rb_eRuntimeError, "Incompatible digest API version"); rb_raise 553 ext/digest/digest.c rb_raise(rb_eRuntimeError, "Digest initialization failed."); rb_raise 565 ext/digest/digest.c rb_raise(rb_eNotImpError, "Digest::Base is an abstract class"); rb_raise 590 ext/digest/digest.c rb_raise(rb_eTypeError, "different algorithms"); rb_raise 191 ext/etc/etc.c if (pwd == 0) rb_raise(rb_eArgError, "can't find user for %d", (int)uid); rb_raise 221 ext/etc/etc.c if (pwd == 0) rb_raise(rb_eArgError, "can't find user for %"PRIsVALUE, nam); rb_raise 254 ext/etc/etc.c rb_raise(rb_eRuntimeError, "parallel passwd iteration"); rb_raise 433 ext/etc/etc.c if (grp == 0) rb_raise(rb_eArgError, "can't find group for %d", (int)gid); rb_raise 464 ext/etc/etc.c if (grp == 0) rb_raise(rb_eArgError, "can't find group for %"PRIsVALUE, nam); rb_raise 498 ext/etc/etc.c rb_raise(rb_eRuntimeError, "parallel group iteration"); rb_raise 132 ext/fiddle/closure.c rb_raise(rb_eRuntimeError, "closure args: %d", type); rb_raise 177 ext/fiddle/closure.c rb_raise(rb_eRuntimeError, "closure retval: %d", type); rb_raise 257 ext/fiddle/closure.c rb_raise(rb_eRuntimeError, "error prepping CIF %d", result); rb_raise 272 ext/fiddle/closure.c rb_raise(rb_eRuntimeError, "error prepping closure %d", result); rb_raise 37 ext/fiddle/conversions.c rb_raise(rb_eRuntimeError, "unknown type %d", type); rb_raise 90 ext/fiddle/conversions.c rb_raise(rb_eRuntimeError, "unknown type %d", type); rb_raise 135 ext/fiddle/conversions.c rb_raise(rb_eRuntimeError, "unknown type %d", type); rb_raise 26 ext/fiddle/function.c rb_raise(rb_eTypeError, \ rb_raise 84 ext/fiddle/function.c rb_raise(rb_eArgError, "unknown keyword: %"PRIsVALUE, rb_raise 143 ext/fiddle/function.c rb_raise(rb_eRuntimeError, "error creating CIF %d", result); rb_raise 189 ext/fiddle/function.c rb_raise(rb_eSecurityError, "tainted parameter not allowed"); rb_raise 79 ext/fiddle/handle.c rb_raise(rb_eFiddleError, "%s", dlerror()); rb_raise 81 ext/fiddle/handle.c rb_raise(rb_eFiddleError, "could not close handle"); rb_raise 86 ext/fiddle/handle.c rb_raise(rb_eFiddleError, "dlclose() called too many times"); rb_raise 182 ext/fiddle/handle.c rb_raise(rb_eFiddleError, "%s", err); rb_raise 187 ext/fiddle/handle.c rb_raise(rb_eFiddleError, "%s", err); rb_raise 283 ext/fiddle/handle.c rb_raise(rb_eFiddleError, "closed handle"); rb_raise 371 ext/fiddle/handle.c rb_raise(rb_eFiddleError, "unknown symbol \"%"PRIsVALUE"\"", symbol); rb_raise 128 ext/fiddle/pointer.c rb_raise(rb_eTypeError, "Fiddle::Pointer was expected"); rb_raise 545 ext/fiddle/pointer.c if (!data->ptr) rb_raise(rb_eFiddleError, "NULL pointer dereference"); rb_raise 583 ext/fiddle/pointer.c if (!data->ptr) rb_raise(rb_eFiddleError, "NULL pointer dereference"); rb_raise 664 ext/fiddle/pointer.c rb_raise(rb_eFiddleError, "to_ptr should return a Fiddle::Pointer object"); rb_raise 89 ext/gdbm/gdbm.c rb_raise(rb_eGDBMFatalError, "%s", msg); rb_raise 100 ext/gdbm/gdbm.c rb_raise(rb_eRuntimeError, "closed GDBM file"); rb_raise 268 ext/gdbm/gdbm.c rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno)); rb_raise 434 ext/gdbm/gdbm.c rb_raise(rb_eIndexError, "key not found"); rb_raise 554 ext/gdbm/gdbm.c rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno)); rb_raise 666 ext/gdbm/gdbm.c rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno)); rb_raise 677 ext/gdbm/gdbm.c rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno)); rb_raise 741 ext/gdbm/gdbm.c rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno)); rb_raise 753 ext/gdbm/gdbm.c rb_raise(rb_eArgError, "pair must be [key, value]"); rb_raise 1121 ext/gdbm/gdbm.c rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno)); rb_raise 1149 ext/gdbm/gdbm.c rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno)); rb_raise 1184 ext/gdbm/gdbm.c rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno)); rb_raise 715 ext/io/console/console.c if (RARRAY_LEN(cpos) != 2) rb_raise(rb_eArgError, "expected 2D coordinate"); rb_raise 741 ext/io/console/console.c rb_raise(rb_eArgError, "unknown virtual key code: % "PRIsVALUE, k); rb_raise 199 ext/io/wait/wait.c rb_raise(rb_eArgError, "unsupported mode: %"PRIsVALUE, mode); rb_raise 142 ext/nkf/nkf.c if (!output_encoding) rb_raise(rb_eArgError, "no output encoding given"); rb_raise 133 ext/objspace/objspace.c rb_raise(rb_eTypeError, "non-hash given"); rb_raise 932 ext/objspace/objspace.c rb_raise(rb_eArgError, "class or module is expected"); rb_raise 387 ext/objspace/objspace_dump.c rb_raise(rb_eArgError, "wrong output option: %"PRIsVALUE, output); rb_raise 579 ext/openssl/ossl.c rb_raise(rb_eRuntimeError, "CRYPTO_num_locks() is too big: %d", num_locks); rb_raise 583 ext/openssl/ossl.c rb_raise(rb_eNoMemError, "CRYPTO_num_locks() is too big: %d", num_locks); rb_raise 182 ext/openssl/ossl_bn.c rb_raise(eBNError, "bignum too long"); rb_raise 27 ext/openssl/ossl_pkey.h rb_raise(rb_eRuntimeError, "PKEY wasn't initialized!"); \ rb_raise 35 ext/openssl/ossl_pkey.h rb_raise(rb_eRuntimeError, "PKEY wasn't initialized!");\ rb_raise 13 ext/pathname/pathname.c rb_raise(rb_eTypeError, "unexpected @path"); rb_raise 41 ext/pathname/pathname.c rb_raise(rb_eArgError, "pathname contains null byte"); rb_raise 19 ext/psych/psych_emitter.c rb_raise(rb_eRuntimeError, "%s", emitter->problem); rb_raise 190 ext/psych/psych_emitter.c rb_raise(rb_eRuntimeError, "tag tuple must be of length 2"); rb_raise 287 ext/pty/pty.c rb_raise(rb_eRuntimeError, "can't get Master/Slave device"); rb_raise 298 ext/pty/pty.c rb_raise(rb_eRuntimeError, "openpty() failed"); rb_raise 304 ext/pty/pty.c rb_raise(rb_eRuntimeError, "can't chmod slave pty"); rb_raise 316 ext/pty/pty.c rb_raise(rb_eRuntimeError, "_getpty() failed"); rb_raise 367 ext/pty/pty.c if (fail) rb_raise(rb_eRuntimeError, "can't get Master/Slave device"); rb_raise 451 ext/pty/pty.c if (fail) rb_raise(rb_eRuntimeError, "can't get %s", SlaveName); rb_raise 82 ext/racc/cparse/cparse.c rb_raise(rb_eTypeError, "not symbol"); rb_raise 271 ext/racc/cparse/cparse.c rb_raise(rb_eArgError, "%s() is finished before EndOfToken", rb_raise 309 ext/racc/cparse/cparse.c rb_raise(rb_eArgError, "extra token after EndOfToken"); rb_raise 352 ext/racc/cparse/cparse.c rb_raise(RaccBug, "[Racc Bug] wrong arg.size %ld", RARRAY_LEN(arg)); rb_raise 442 ext/racc/cparse/cparse.c rb_raise(rb_eTypeError, rb_raise 449 ext/racc/cparse/cparse.c rb_raise(rb_eArgError, rb_raise 501 ext/racc/cparse/cparse.c if (v->fin) rb_raise(rb_eArgError, "token given after EOF"); rb_raise 576 ext/racc/cparse/cparse.c rb_raise(RaccBug, "[Racc Bug] unknown act value %ld", act); rb_raise 678 ext/racc/cparse/cparse.c rb_raise(RaccBug, "[Racc Bug] unknown act value %ld", act); rb_raise 767 ext/racc/cparse/cparse.c rb_raise(RaccBug, "state stack unexpectedly empty"); rb_raise 375 ext/readline/readline.c rb_raise(rb_eIOError, "closed readline input"); rb_raise 384 ext/readline/readline.c rb_raise(rb_eIOError, "closed readline output"); rb_raise 622 ext/readline/readline.c rb_raise(rb_eArgError, "argument must respond to `call'"); rb_raise 707 ext/readline/readline.c if (!p) rb_raise(rb_eArgError, "invalid index"); rb_raise 819 ext/readline/readline.c rb_raise(rb_eArgError, "argument must respond to `call'"); rb_raise 1601 ext/readline/readline.c rb_raise(rb_eIndexError, "invalid index"); rb_raise 1622 ext/readline/readline.c rb_raise(rb_eIndexError, "invalid index"); rb_raise 1731 ext/readline/readline.c rb_raise(rb_eIndexError, "invalid index"); rb_raise 303 ext/ripper/eventids2.c rb_raise(rb_eRuntimeError, "[Ripper FATAL] unknown token %d", tok); rb_raise 11042 ext/ripper/ripper.c if (lex_p < parser->tokp) rb_raise(rb_eRuntimeError, "lex_p < tokp"); rb_raise 11336 ext/ripper/ripper.c rb_raise(rb_eArgError, "invalid source encoding"); rb_raise 16853 ext/ripper/ripper.c rb_raise(rb_eArgError, "Qundef given"); rb_raise 16857 ext/ripper/ripper.c rb_raise(rb_eArgError, "invalid pointer: %p", x); rb_raise 16869 ext/ripper/ripper.c rb_raise(rb_eArgError, "NODE given: %p", x); rb_raise 16873 ext/ripper/ripper.c rb_raise(rb_eArgError, "wrong type of ruby object: %p (%s)", rb_raise 17176 ext/ripper/ripper.c rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 17180 ext/ripper/ripper.c rb_raise(rb_eArgError, "Ripper#parse is not reentrant"); rb_raise 17182 ext/ripper/ripper.c rb_raise(rb_eArgError, "Ripper#parse is not multithread-safe"); rb_raise 17205 ext/ripper/ripper.c rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 17225 ext/ripper/ripper.c rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 17244 ext/ripper/ripper.c rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 17257 ext/ripper/ripper.c rb_raise(rb_eArgError, "%"PRIsVALUE, msg); rb_raise 5293 ext/ripper/ripper.y if (lex_p < parser->tokp) rb_raise(rb_eRuntimeError, "lex_p < tokp"); rb_raise 5587 ext/ripper/ripper.y rb_raise(rb_eArgError, "invalid source encoding"); rb_raise 11104 ext/ripper/ripper.y rb_raise(rb_eArgError, "Qundef given"); rb_raise 11108 ext/ripper/ripper.y rb_raise(rb_eArgError, "invalid pointer: %p", x); rb_raise 11120 ext/ripper/ripper.y rb_raise(rb_eArgError, "NODE given: %p", x); rb_raise 11124 ext/ripper/ripper.y rb_raise(rb_eArgError, "wrong type of ruby object: %p (%s)", rb_raise 11427 ext/ripper/ripper.y rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 11431 ext/ripper/ripper.y rb_raise(rb_eArgError, "Ripper#parse is not reentrant"); rb_raise 11433 ext/ripper/ripper.y rb_raise(rb_eArgError, "Ripper#parse is not multithread-safe"); rb_raise 11456 ext/ripper/ripper.y rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 11476 ext/ripper/ripper.y rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 11495 ext/ripper/ripper.y rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 11508 ext/ripper/ripper.y rb_raise(rb_eArgError, "%"PRIsVALUE, msg); rb_raise 77 ext/sdbm/init.c rb_raise(rb_eDBMError, "closed SDBM file"); rb_raise 310 ext/sdbm/init.c rb_raise(rb_eIndexError, "key not found"); rb_raise 460 ext/sdbm/init.c rb_raise(rb_eDBMError, "dbm_delete failed"); rb_raise 537 ext/sdbm/init.c rb_raise(rb_eDBMError, "sdbm_delete failed"); rb_raise 564 ext/sdbm/init.c rb_raise(rb_eDBMError, "sdbm_delete failed"); rb_raise 648 ext/sdbm/init.c rb_raise(rb_eDBMError, "sdbm_store failed"); rb_raise 660 ext/sdbm/init.c rb_raise(rb_eArgError, "pair must be [key, value]"); rb_raise 202 ext/socket/ancdata.c rb_raise(rb_eTypeError, "IO expected"); rb_raise 266 ext/socket/ancdata.c rb_raise(rb_eTypeError, "SCM_RIGHTS ancillary data expected"); rb_raise 347 ext/socket/ancdata.c rb_raise(rb_eTypeError, "timestamp ancillary data expected"); rb_raise 394 ext/socket/ancdata.c rb_raise(rb_eTypeError, "size differ. expected as sizeof(int)=%d but %ld", (int)sizeof(int), (long)RSTRING_LEN(data)); rb_raise 441 ext/socket/ancdata.c rb_raise(rb_eArgError, "addr size different to AF_INET sockaddr"); rb_raise 444 ext/socket/ancdata.c rb_raise(rb_eArgError, "addr is not AF_INET sockaddr"); rb_raise 451 ext/socket/ancdata.c rb_raise(rb_eArgError, "spec_dat size different to AF_INET sockaddr"); rb_raise 454 ext/socket/ancdata.c rb_raise(rb_eArgError, "spec_dst is not AF_INET sockaddr"); rb_raise 498 ext/socket/ancdata.c rb_raise(rb_eTypeError, "IP_PKTINFO ancillary data expected"); rb_raise 547 ext/socket/ancdata.c rb_raise(rb_eArgError, "addr size different to AF_INET6 sockaddr"); rb_raise 550 ext/socket/ancdata.c rb_raise(rb_eArgError, "addr is not AF_INET6 sockaddr"); rb_raise 574 ext/socket/ancdata.c rb_raise(rb_eTypeError, "IPV6_PKTINFO ancillary data expected"); rb_raise 1181 ext/socket/ancdata.c rb_raise(rb_eArgError, "an element of controls should be 3-elements array"); rb_raise 1239 ext/socket/ancdata.c rb_raise(rb_eNotImpError, "control message for sendmsg is unimplemented"); rb_raise 1425 ext/socket/ancdata.c rb_raise(rb_eSocket, "invalid fd in SCM_RIGHTS"); rb_raise 1475 ext/socket/ancdata.c rb_raise(rb_eArgError, "control message not supported"); rb_raise 1491 ext/socket/ancdata.c rb_raise(rb_eNotImpError, "control message for recvmsg is unimplemented"); rb_raise 1496 ext/socket/ancdata.c rb_raise(rb_eIOError, "recvmsg for buffered IO"); rb_raise 1589 ext/socket/ancdata.c rb_raise(rb_eArgError, "max data length too big"); rb_raise 1607 ext/socket/ancdata.c rb_raise(rb_eArgError, "max control message length too big"); rb_raise 1654 ext/socket/ancdata.c rb_raise(rb_eTypeError, "invalid control message (cmsg_len == 0)"); rb_raise 75 ext/socket/basicsocket.c rb_raise(rb_eArgError, "`how' should be either :SHUT_RD, :SHUT_WR, :SHUT_RDWR"); rb_raise 34 ext/socket/constants.c rb_raise(rb_eSocket, "%s: %s", errmsg, ptr); rb_raise 82 ext/socket/ifaddr.c rb_raise(rb_eTypeError, "uninitialized ifaddr"); rb_raise 164 ext/socket/ifaddr.c rb_raise(rb_eArgError, "invalid interface name: %s", ifa->ifa_name); rb_raise 42 ext/socket/init.c rb_raise(rb_eSocket, "%s: %s", reason, gai_strerror(error)); rb_raise 164 ext/socket/init.c rb_raise(rb_eIOError, "recv for buffered IO"); rb_raise 189 ext/socket/init.c rb_raise(rb_eTypeError, "sockaddr size differs - should not happen"); rb_raise 233 ext/socket/init.c rb_raise(rb_eIOError, "recvfrom for buffered IO"); rb_raise 186 ext/socket/ipsocket.c rb_raise(rb_eArgError, "invalid reverse_lookup flag: :%s", rb_id2name(id)); rb_raise 33 ext/socket/option.c rb_raise(rb_eTypeError, "size differ. expected as "#size"=%d but %ld", \ rb_raise 364 ext/socket/option.c rb_raise(rb_eTypeError, "linger socket option expected"); rb_raise 424 ext/socket/option.c rb_raise(rb_eTypeError, "ipv4_multicast_loop socket option expected"); rb_raise 475 ext/socket/option.c rb_raise(rb_eTypeError, "ipv4_multicast_ttl socket option expected"); rb_raise 465 ext/socket/raddrinfo.c rb_raise(rb_eArgError, "hostname too long (%"PRIdSIZE")", rb_raise 496 ext/socket/raddrinfo.c rb_raise(rb_eArgError, "service name too long (%"PRIdSIZE")", rb_raise 525 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "newline at the end of hostname"); rb_raise 632 ext/socket/raddrinfo.c rb_raise(rb_eArgError, "Linux abstract socket too long"); rb_raise 767 ext/socket/raddrinfo.c rb_raise(rb_eTypeError, "uninitialized socket address"); rb_raise 788 ext/socket/raddrinfo.c rb_raise(rb_eArgError, "sockaddr string too big"); rb_raise 836 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "host not found"); rb_raise 979 ext/socket/raddrinfo.c rb_raise(rb_eArgError, rb_raise 1049 ext/socket/raddrinfo.c rb_raise(rb_eTypeError, "already initialized socket address"); rb_raise 1064 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "unknown address family: %s", StringValueCStr(afamily)); rb_raise 1103 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "unexpected address family"); rb_raise 1535 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "unknown protocol family: %d", rai->pfamily); rb_raise 1543 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "unknown socktype: %d", rai->socktype); rb_raise 1552 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "unknown IP protocol: %d", rai->protocol); rb_raise 1556 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "unknown protocol: %d", rai->protocol); rb_raise 1565 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "unknown address family: %d", afamily_int); rb_raise 1613 ext/socket/raddrinfo.c rb_raise(rb_eTypeError, "already initialized socket address"); rb_raise 1620 ext/socket/raddrinfo.c rb_raise(rb_eTypeError, "unexpected address family"); rb_raise 1625 ext/socket/raddrinfo.c rb_raise(rb_eTypeError, "unexpected protocol family"); rb_raise 1633 ext/socket/raddrinfo.c rb_raise(rb_eTypeError, "unexpected socktype"); rb_raise 1643 ext/socket/raddrinfo.c rb_raise(rb_eTypeError, "unexpected protocol"); rb_raise 1646 ext/socket/raddrinfo.c rb_raise(rb_eTypeError, "unexpected protocol"); rb_raise 1676 ext/socket/raddrinfo.c rb_raise(rb_eSocket, rb_raise 1962 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "need IPv4 or IPv6 address"); rb_raise 1989 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "need IPv4 or IPv6 address"); rb_raise 2015 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "need IPv4 or IPv6 address"); rb_raise 2017 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "need IPv4 address"); rb_raise 2024 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "unexpected sockaddr size for IPv4"); rb_raise 2031 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "unexpected sockaddr size for IPv6"); rb_raise 2315 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "need AF_UNIX address"); rb_raise 2322 ext/socket/raddrinfo.c rb_raise(rb_eSocket, "too short AF_UNIX address: %"PRIuSIZE" bytes given for minimum %"PRIuSIZE" bytes.", rb_raise 2325 ext/socket/raddrinfo.c rb_raise(rb_eSocket, rb_raise 2552 ext/socket/raddrinfo.c rb_raise(rb_eTypeError, "neither IO nor file descriptor"); rb_raise 943 ext/socket/socket.c rb_raise(rb_eSocket, "host not found"); rb_raise 976 ext/socket/socket.c rb_raise(rb_eSocket, "unknown socket family:%d", addr->sa_family); rb_raise 1031 ext/socket/socket.c rb_raise(rb_eSocket, "%s", (char*)hstrerror(h_errno)); rb_raise 1033 ext/socket/socket.c rb_raise(rb_eSocket, "host not found"); rb_raise 1092 ext/socket/socket.c rb_raise(rb_eSocket, "no such service %s/%s", servicename, protoname); rb_raise 1123 ext/socket/socket.c rb_raise(rb_eRangeError, "integer %ld too %s to convert into `int16_t'", portnum, s); rb_raise 1129 ext/socket/socket.c rb_raise(rb_eSocket, "no such service for port %d/%s", (int)portnum, protoname); rb_raise 1245 ext/socket/socket.c rb_raise(rb_eTypeError, "sockaddr length too big"); rb_raise 1249 ext/socket/socket.c rb_raise(rb_eTypeError, "sockaddr size differs - should not happen"); rb_raise 1282 ext/socket/socket.c rb_raise(rb_eArgError, "array size should be 3 or 4, %ld given", rb_raise 1317 ext/socket/socket.c rb_raise(rb_eTypeError, "expecting String or Array"); rb_raise 1335 ext/socket/socket.c rb_raise(rb_eSocket, "sockaddr resolved to multiple nodename"); rb_raise 1408 ext/socket/socket.c rb_raise(rb_eArgError, "too short sockaddr"); rb_raise 1415 ext/socket/socket.c rb_raise(rb_eArgError, "not an AF_INET/AF_INET6 sockaddr"); rb_raise 1417 ext/socket/socket.c rb_raise(rb_eArgError, "not an AF_INET sockaddr"); rb_raise 1446 ext/socket/socket.c rb_raise(rb_eArgError, "too long unix socket path (%"PRIuSIZE" bytes given but %"PRIuSIZE" bytes max)", rb_raise 1479 ext/socket/socket.c rb_raise(rb_eArgError, "too short sockaddr"); rb_raise 1481 ext/socket/socket.c rb_raise(rb_eArgError, "not an AF_UNIX sockaddr"); rb_raise 1484 ext/socket/socket.c rb_raise(rb_eTypeError, "too long sockaddr_un - %ld longer than %d", rb_raise 40 ext/socket/unixsocket.c rb_raise(rb_eArgError, "too long unix socket path (%ldbytes given but %dbytes max)", rb_raise 234 ext/socket/unixsocket.c rb_raise(rb_eTypeError, "neither IO nor file descriptor"); rb_raise 366 ext/socket/unixsocket.c rb_raise(rb_eSocket, rb_raise 371 ext/socket/unixsocket.c rb_raise(rb_eSocket, rb_raise 376 ext/socket/unixsocket.c rb_raise(rb_eSocket, rb_raise 381 ext/socket/unixsocket.c rb_raise(rb_eSocket, rb_raise 386 ext/socket/unixsocket.c rb_raise(rb_eSocket, rb_raise 392 ext/socket/unixsocket.c rb_raise(rb_eSocket, rb_raise 398 ext/socket/unixsocket.c rb_raise(rb_eSocket, rb_raise 93 ext/stringio/stringio.c rb_raise(rb_eIOError, "uninitialized stream"); rb_raise 139 ext/stringio/stringio.c rb_raise(rb_eIOError, "not opened for reading"); rb_raise 149 ext/stringio/stringio.c rb_raise(rb_eIOError, "not opened for writing"); rb_raise 158 ext/stringio/stringio.c rb_raise(rb_eIOError, "not modifiable string"); rb_raise 385 ext/stringio/stringio.c rb_raise(rb_eIOError, "closing non-duplex IO for reading"); rb_raise 403 ext/stringio/stringio.c rb_raise(rb_eIOError, "closing non-duplex IO for writing"); rb_raise 618 ext/stringio/stringio.c rb_raise(rb_eIOError, "closed stream"); rb_raise 1135 ext/stringio/stringio.c rb_raise(rb_eArgError, "invalid limit: 0 for each_line"); rb_raise 1173 ext/stringio/stringio.c rb_raise(rb_eArgError, "invalid limit: 0 for readlines"); rb_raise 1317 ext/stringio/stringio.c rb_raise(rb_eArgError, "negative length %ld given", len); rb_raise 1438 ext/stringio/stringio.c rb_raise(rb_eIOError, "not opened"); rb_raise 60 ext/strscan/strscan.c if (NIL_P((var)->str)) rb_raise(rb_eArgError, "uninitialized StringScanner object");\ rb_raise 438 ext/strscan/strscan.c if (i < 0) rb_raise(rb_eRangeError, "index out of range"); rb_raise 439 ext/strscan/strscan.c if (i > S_LEN(p)) rb_raise(rb_eRangeError, "index out of range"); rb_raise 488 ext/strscan/strscan.c if (ret == -2) rb_raise(ScanError, "regexp buffer overflow"); rb_raise 844 ext/strscan/strscan.c rb_raise(ScanError, "unscan failed: previous match record not exist"); rb_raise 41 ext/syslog/syslog.c rb_raise(rb_eArgError, "no log message supplied"); rb_raise 45 ext/syslog/syslog.c rb_raise(rb_eRuntimeError, "must open syslog before write"); rb_raise 59 ext/syslog/syslog.c rb_raise(rb_eRuntimeError, "syslog not opened"); rb_raise 155 ext/syslog/syslog.c rb_raise(rb_eRuntimeError, "syslog already open"); rb_raise 265 ext/syslog/syslog.c rb_raise(rb_eRuntimeError, "must open syslog before setting log mask"); rb_raise 313 ext/syslog/syslog.c rb_raise(rb_eTypeError, "type mismatch: %"PRIsVALUE" given", rb_obj_class(pri)); rb_raise 1314 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: fail to open tcl_dll"); rb_raise 1316 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_FindExecutable"); rb_raise 1318 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_CreateInterp()"); rb_raise 1320 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_DeleteInterp()"); rb_raise 1322 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib: fail to create a new IP to call Tcl_InitStubs()"); rb_raise 1324 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib: fail to Tcl_InitStubs()"); rb_raise 1326 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib: unknown error(%d) on ruby_tcl_stubs_init()", st); rb_raise 1723 ext/tk/tcltklib.c rb_raise(rb_eArgError, rb_raise 1789 ext/tk/tcltklib.c rb_raise(rb_eArgError, rb_raise 1842 ext/tk/tcltklib.c rb_raise(rb_eArgError, "weight parameters must be positive numbers"); rb_raise 1911 ext/tk/tcltklib.c rb_raise(rb_eArgError, "invalid value for time: '%s'", rb_raise 2885 ext/tk/tcltklib.c rb_raise(rb_eNotImpError, rb_raise 3043 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "eventloop is already running"); rb_raise 3432 ext/tk/tcltklib.c rb_raise(rb_eArgError, rb_raise 3576 ext/tk/tcltklib.c rb_raise(rb_eArgError, "too few arguments"); rb_raise 3602 ext/tk/tcltklib.c rb_raise(rb_eArgError, rb_raise 6136 ext/tk/tcltklib.c rb_raise(rb_eArgError, "already initialized interpreter"); rb_raise 6156 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: fail to open tcl_dll"); rb_raise 6158 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_FindExecutable"); rb_raise 6160 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_CreateInterp()"); rb_raise 6162 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_DeleteInterp()"); rb_raise 6164 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib: fail to create a new IP"); rb_raise 6166 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib: fail to Tcl_InitStubs()"); rb_raise 6168 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib: unknown error(%d) on ruby_tcl_create_ip_and_stubs_init", st); rb_raise 6177 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "a new Tk interpreter has a NULL namespace"); rb_raise 6249 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "%s", Tcl_GetStringResult(ptr->ip)); rb_raise 6254 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "%s", Tcl_GetStringResult(ptr->ip)); rb_raise 6267 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: can't find Tk_Init()"); rb_raise 6269 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib: fail to Tk_Init(). %s", rb_raise 6272 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib: fail to Tk_InitStubs(). %s", rb_raise 6275 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib: unknown error(%d) on ruby_tk_stubs_init", st); rb_raise 6495 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, rb_raise 6521 ext/tk/tcltklib.c rb_raise(rb_eArgError, "expected TclTkIp object"); rb_raise 6575 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "fail to create console-window"); rb_raise 6588 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "fail to create console-window"); rb_raise 6606 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "interpreter is deleted"); rb_raise 6659 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "interpreter is deleted"); rb_raise 6674 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "interpreter is deleted"); rb_raise 6693 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "interpreter is deleted"); rb_raise 6714 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "interpreter is deleted"); rb_raise 6718 ext/tk/tcltklib.c rb_raise(rb_eSecurityError, rb_raise 7743 ext/tk/tcltklib.c rb_raise(rb_eNotImpError, rb_raise 7877 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "interpreter is deleted"); rb_raise 7895 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "interpreter is deleted"); rb_raise 8020 ext/tk/tcltklib.c rb_raise(rb_eArgError, "unknown encoding name '%s'", rb_raise 8209 ext/tk/tcltklib.c rb_raise(rb_eArgError, "unknown encoding name '%s'", rb_raise 8419 ext/tk/tcltklib.c rb_raise(rb_eArgError, "unknown encoding name '%s'", rb_raise 9084 ext/tk/tcltklib.c rb_raise(rb_eArgError, "command name missing"); rb_raise 9728 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "can't get elements from list"); rb_raise 9730 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "%s", Tcl_GetStringResult(interp)); rb_raise 9783 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "can't get elements from list"); rb_raise 9785 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "%s", interp->result); rb_raise 9991 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "tcltklib has invalid release type number"); rb_raise 10077 ext/tk/tcltklib.c rb_raise(rb_eArgError, "invalid Tk encoding name '%s'", rb_raise 10091 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "fail to create dummy encoding for '%s'", rb_raise 10273 ext/tk/tcltklib.c rb_raise(rb_eArgError, "unsupported Tk encoding '%s'", RSTRING_PTR(enc)); rb_raise 10371 ext/tk/tcltklib.c rb_raise(rb_eArgError, "unsupported Tk encoding '%s'", RSTRING_PTR(enc)); rb_raise 10455 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "failt to get Tcl's encoding names"); rb_raise 10539 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, "failt to get Tcl's encoding names"); rb_raise 10674 ext/tk/tcltklib.c rb_raise(rb_eArgError, "not a menu widget, or invalid widget path"); rb_raise 10678 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, rb_raise 10683 ext/tk/tcltklib.c rb_raise(rb_eRuntimeError, rb_raise 11053 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: fail to open tcl_dll"); rb_raise 11055 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_FindExecutable"); rb_raise 11057 ext/tk/tcltklib.c rb_raise(rb_eLoadError, "tcltklib: unknown error(%d) on ruby_open_tcl_dll", ret); rb_raise 814 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, "too few arguments"); rb_raise 816 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, "too many arguments"); rb_raise 849 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, "Hash is expected for 1st argument"); rb_raise 989 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, "too few arguments"); rb_raise 1087 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, rb_raise 1326 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, rb_raise 1338 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, rb_raise 1355 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, "expected a Hash"); rb_raise 1456 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, "arg #%d is not a String or a Symbol", i); rb_raise 1472 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, "cannot find attribute :%"PRIsVALUE, str); rb_raise 1588 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, "too many longname-key definitions"); rb_raise 556 ext/win32ole/win32ole.c rb_raise(eWIN32OLERuntimeError, "fail to load convert function for CP51932"); rb_raise 608 ext/win32ole/win32ole.c rb_raise(eWIN32OLERuntimeError, "codepage should be WIN32OLE::CP_ACP, WIN32OLE::CP_OEMCP, WIN32OLE::CP_MACCP, WIN32OLE::CP_THREAD_ACP, WIN32OLE::CP_SYMBOL, WIN32OLE::CP_UTF7, WIN32OLE::CP_UTF8, or installed codepage."); rb_raise 668 ext/win32ole/win32ole.c rb_raise(eWIN32OLERuntimeError, "cannot map codepage to encoding."); rb_raise 681 ext/win32ole/win32ole.c rb_raise(eWIN32OLERuntimeError, "codepage should be WIN32OLE::CP_ACP, WIN32OLE::CP_OEMCP, WIN32OLE::CP_MACCP, WIN32OLE::CP_THREAD_ACP, WIN32OLE::CP_SYMBOL, WIN32OLE::CP_UTF7, WIN32OLE::CP_UTF8, or installed codepage."); rb_raise 888 ext/win32ole/win32ole.c rb_raise(eWIN32OLERuntimeError, "not installed Windows codepage(%d) according to `%s'", cp, rb_enc_name(enc)); rb_raise 1026 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "failed to get pointer of variant"); rb_raise 1115 ext/win32ole/win32ole.c rb_raise(eWIN32OLERuntimeError, "element of array does not have IDispatch or IUnknown Interface"); rb_raise 1201 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "memory allocation error"); rb_raise 1373 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "memory allocation error"); rb_raise 1430 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "memory allocation error"); rb_raise 1866 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "failed to load OLE32"); rb_raise 1871 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "CoCreateInstanceEx is not supported in this environment"); rb_raise 1969 ext/win32ole/win32ole.c rb_raise(rb_eSecurityError, "insecure connection - `%s'", rb_raise 2050 ext/win32ole/win32ole.c rb_raise(rb_eTypeError, "2nd parameter must be Class or Module"); rb_raise 2092 ext/win32ole/win32ole.c rb_raise(rb_eTypeError, "1st parameter must be WIN32OLE instance"); rb_raise 2193 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "no helpfile of `%s'", rb_raise 2201 ext/win32ole/win32ole.c rb_raise(rb_eTypeError, "1st parameter must be (String|WIN32OLE_TYPE|WIN32OLE_METHOD)"); rb_raise 2205 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "failed to open help file `%s'", rb_raise 2323 ext/win32ole/win32ole.c rb_raise(eWIN32OLERuntimeError, "not installed locale: %u", (unsigned int)lcid); rb_raise 2349 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "failed to create GUID(buffer over)"); rb_raise 2452 ext/win32ole/win32ole.c rb_raise(rb_eSecurityError, "insecure object creation - `%s'", rb_raise 2458 ext/win32ole/win32ole.c rb_raise(rb_eSecurityError, "insecure object creation - `%s'", rb_raise 2510 ext/win32ole/win32ole.c rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)"); rb_raise 2577 ext/win32ole/win32ole.c rb_raise(rb_eTypeError, "method is wrong type (expected String or Symbol)"); rb_raise 2584 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "failed to get dispatch interface"); rb_raise 2919 ext/win32ole/win32ole.c rb_raise(rb_eTypeError, "not valid value"); rb_raise 3301 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "fail: unknown method or property"); rb_raise 3469 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "failed to create WIN32OLE_TYPE obj from ITypeInfo"); rb_raise 3503 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "failed to get type library info."); rb_raise 3539 ext/win32ole/win32ole.c rb_raise(rb_eRuntimeError, "failed to get dispatch interface"); rb_raise 3571 ext/win32ole/win32ole.c rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)"); rb_raise 3792 ext/win32ole/win32ole.c rb_raise(eWIN32OLERuntimeError, "not found %s", rb_raise 920 ext/win32ole/win32ole_event.c rb_raise(rb_eTypeError, "1st parameter must be WIN32OLE object"); rb_raise 926 ext/win32ole/win32ole_event.c rb_raise(rb_eSecurityError, "insecure event creation - `%s'", rb_raise 1041 ext/win32ole/win32ole_event.c rb_raise(eWIN32OLERuntimeError, "IConnectionPoint not found. You must call advise at first."); rb_raise 1046 ext/win32ole/win32ole_event.c rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)"); rb_raise 1136 ext/win32ole/win32ole_event.c rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)"); rb_raise 275 ext/win32ole/win32ole_method.c rb_raise(eWIN32OLERuntimeError, "not found %s", rb_raise 280 ext/win32ole/win32ole_method.c rb_raise(rb_eTypeError, "1st argument should be WIN32OLE_TYPE object"); rb_raise 111 ext/win32ole/win32ole_param.c rb_raise(rb_eIndexError, "index of param must be in 1..%d", len); rb_raise 150 ext/win32ole/win32ole_param.c rb_raise(rb_eTypeError, "1st parameter must be WIN32OLE_METHOD object"); rb_raise 106 ext/win32ole/win32ole_record.c rb_raise(rb_eRuntimeError, "failed to memory allocation of %lu bytes", (unsigned long)size); rb_raise 118 ext/win32ole/win32ole_record.c rb_raise(eWIN32OLERuntimeError, "failed to retrieve IRecordInfo interface"); rb_raise 288 ext/win32ole/win32ole_record.c rb_raise(rb_eArgError, "1st argument should be String or Symbol"); rb_raise 306 ext/win32ole/win32ole_record.c rb_raise(rb_eArgError, "2nd argument should be WIN32OLE object or WIN32OLE_TYPELIB object"); rb_raise 461 ext/win32ole/win32ole_record.c rb_raise(rb_eRuntimeError, "too long member name"); rb_raise 507 ext/win32ole/win32ole_record.c rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)"); rb_raise 546 ext/win32ole/win32ole_record.c rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)"); rb_raise 278 ext/win32ole/win32ole_type.c rb_raise(eWIN32OLERuntimeError, "not found `%s` in `%s`", rb_raise 423 ext/win32ole/win32ole_typelib.c rb_raise(eWIN32OLERuntimeError, "not found type library `%s`", rb_raise 58 ext/win32ole/win32ole_variant.c rb_raise(rb_eRuntimeError, "fail to SafeArrayCreateVector"); rb_raise 159 ext/win32ole/win32ole_variant.c rb_raise(eWIN32OLERuntimeError, "failed to convert VT_ERROR VARIANT:`%"PRIsVALUE"'", rb_inspect(v)); rb_raise 177 ext/win32ole/win32ole_variant.c rb_raise(eWIN32OLERuntimeError, "variant type mismatch"); rb_raise 250 ext/win32ole/win32ole_variant.c rb_raise(eWIN32OLERuntimeError, "unknown type specified(setting BYREF):%d", vt); rb_raise 308 ext/win32ole/win32ole_variant.c rb_raise(rb_eRuntimeError, "memory allocation error"); rb_raise 319 ext/win32ole/win32ole_variant.c rb_raise(rb_eRuntimeError, "memory allocation error(SafeArrayCreate)"); rb_raise 360 ext/win32ole/win32ole_variant.c rb_raise(rb_eTypeError, "can not convert WIN32OLE_VARIANT from type %s", rb_raise 425 ext/win32ole/win32ole_variant.c rb_raise(rb_eArgError, "not supported VT_RECORD WIN32OLE_VARIANT object"); rb_raise 440 ext/win32ole/win32ole_variant.c rb_raise(rb_eTypeError, "variant type is not VT_ARRAY."); rb_raise 461 ext/win32ole/win32ole_variant.c rb_raise(rb_eArgError, "unmatch number of indices"); rb_raise 465 ext/win32ole/win32ole_variant.c rb_raise(rb_eRuntimeError, "failed to allocate memory for indices"); rb_raise 515 ext/win32ole/win32ole_variant.c rb_raise(eWIN32OLERuntimeError, rb_raise 572 ext/win32ole/win32ole_variant.c rb_raise(eWIN32OLERuntimeError, rb_raise 577 ext/win32ole/win32ole_variant.c rb_raise(rb_eRuntimeError, "failed to get SafeArray pointer"); rb_raise 587 ext/win32ole/win32ole_variant.c rb_raise(eWIN32OLERuntimeError, "argument does not have IDispatch or IUnknown Interface"); rb_raise 677 ext/win32ole/win32ole_variant.c rb_raise(eWIN32OLERuntimeError, rb_raise 1197 ext/zlib/zlib.c rb_raise(cZError, "stream is not ready"); rb_raise 2427 ext/zlib/zlib.c rb_raise(cGzError, "unexpected end of file"); rb_raise 2566 ext/zlib/zlib.c rb_raise(cGzError, "unsupported compression method %d", head[2]); rb_raise 2571 ext/zlib/zlib.c rb_raise(cGzError, "multi-part gzip file is not supported"); rb_raise 2574 ext/zlib/zlib.c rb_raise(cGzError, "encrypted gzip file is not supported"); rb_raise 2577 ext/zlib/zlib.c rb_raise(cGzError, "unknown flags 0x%02x", flags); rb_raise 2596 ext/zlib/zlib.c rb_raise(cGzError, "unexpected end of file"); rb_raise 2600 ext/zlib/zlib.c rb_raise(cGzError, "unexpected end of file"); rb_raise 2606 ext/zlib/zlib.c rb_raise(cGzError, "unexpected end of file"); rb_raise 2616 ext/zlib/zlib.c rb_raise(cGzError, "unexpected end of file"); rb_raise 2648 ext/zlib/zlib.c rb_raise(cCRCError, "invalid compressed data -- crc error"); rb_raise 2651 ext/zlib/zlib.c rb_raise(cLengthError, "invalid compressed data -- length error"); rb_raise 2679 ext/zlib/zlib.c rb_raise(cGzError, "unexpected end of file"); rb_raise 2728 ext/zlib/zlib.c rb_raise(rb_eArgError, "negative length %ld given", len); rb_raise 2762 ext/zlib/zlib.c rb_raise(rb_eArgError, "negative length %ld given", len); rb_raise 2784 ext/zlib/zlib.c rb_raise(rb_eEOFError, "end of file reached"); rb_raise 2967 ext/zlib/zlib.c rb_raise(cGzError, "closed gzip stream"); rb_raise 3244 ext/zlib/zlib.c rb_raise(cGzError, "header is already written"); rb_raise 3266 ext/zlib/zlib.c rb_raise(cGzError, "header is already written"); rb_raise 3290 ext/zlib/zlib.c rb_raise(cGzError, "header is already written"); rb_raise 3805 ext/zlib/zlib.c rb_raise(rb_eArgError, "negative length %ld given", len); rb_raise 3833 ext/zlib/zlib.c rb_raise(rb_eArgError, "negative length %ld given", len); rb_raise 3864 ext/zlib/zlib.c rb_raise(rb_eEOFError, "end of file reached"); rb_raise 3898 ext/zlib/zlib.c rb_raise(rb_eEOFError, "end of file reached"); rb_raise 4023 ext/zlib/zlib.c rb_raise(rb_eRuntimeError, "rs modified"); rb_raise 4202 ext/zlib/zlib.c rb_raise(rb_eEOFError, "end of file reached"); rb_raise 157 file.c rb_raise(rb_eEncCompatError, "path name must be ASCII-compatible (%s): %"PRIsVALUE, rb_raise 422 file.c if (!st) rb_raise(rb_eTypeError, "uninitialized File::Stat"); rb_raise 3196 file.c rb_raise(rb_eArgError, "user %"PRIsVALUE" doesn't exist", user); rb_raise 3211 file.c rb_raise(rb_eArgError, "couldn't find HOME environment -- expanding `~'"); rb_raise 3301 file.c rb_raise(rb_eArgError, "non-absolute home"); rb_raise 4314 file.c if (recur || ary == arg[0]) rb_raise(rb_eArgError, "recursive array"); rb_raise 4356 file.c rb_raise(rb_eArgError, "recursive array"); rb_raise 4497 file.c rb_raise(rb_eIOError, "not opened for writing"); rb_raise 4720 file.c rb_raise(rb_eArgError, "unknown command '%s%c'", cmd == '\'' || cmd == '\\' ? "\\" : "", cmd); rb_raise 4723 file.c rb_raise(rb_eArgError, "unknown command \"\\x%02X\"", cmd); rb_raise 5729 file.c rb_raise(rb_eSecurityError, "loading from unsafe file %s", f); rb_raise 5738 file.c rb_raise(rb_eSecurityError, "loading from unsafe path %s", f); rb_raise 5798 file.c rb_raise(rb_eSecurityError, "loading from unsafe file %s", f); rb_raise 5807 file.c rb_raise(rb_eSecurityError, "loading from unsafe path %s", f); rb_raise 5839 file.c rb_raise(rb_eSecurityError, "loading from unsafe file %s", f); rb_raise 2590 gc.c rb_raise(rb_eArgError, "wrong type argument %"PRIsVALUE" (should be callable)", rb_raise 2598 gc.c rb_raise(rb_eArgError, "cannot define finalizer for %s", rb_raise 3023 gc.c rb_raise(rb_eRangeError, "%p is not symbol id value", p0); rb_raise 3028 gc.c rb_raise(rb_eRangeError, "%p is not id value", p0); rb_raise 3031 gc.c rb_raise(rb_eRangeError, "%p is recycled object", p0); rb_raise 3034 gc.c rb_raise(rb_eRangeError, "%p is internal object", p0); rb_raise 3292 gc.c rb_raise(rb_eTypeError, "non-hash given"); rb_raise 6670 gc.c rb_raise(rb_eTypeError, "non-hash or symbol given"); rb_raise 6736 gc.c rb_raise(rb_eArgError, "unknown key: %"PRIsVALUE, rb_sym2str(key)); rb_raise 6766 gc.c rb_raise(rb_eTypeError, "non-hash or symbol given"); rb_raise 7014 gc.c rb_raise(rb_eTypeError, "non-hash or symbol argument"); rb_raise 7072 gc.c rb_raise(rb_eArgError, "unknown key: %"PRIsVALUE, rb_sym2str(key)); rb_raise 7145 gc.c rb_raise(rb_eTypeError, "non-hash or symbol given"); rb_raise 7515 gc.c rb_raise(rb_eNoMemError, "%s", (const char *)ptr); rb_raise 7523 gc.c rb_raise(rb_eNoMemError, "%s", msg); rb_raise 7879 gc.c rb_raise(rb_eArgError, rb_raise 7934 gc.c rb_raise(rb_eArgError, "realloc: possible integer overflow"); rb_raise 8011 gc.c rb_raise(rb_eArgError, "negative buffer size (or size too big)"); rb_raise 311 hash.c rb_raise(rb_eRuntimeError, "hash modified during iteration"); rb_raise 334 hash.c rb_raise(rb_eRuntimeError, "rehash occurred during iteration"); rb_raise 372 hash.c rb_raise(rb_eRuntimeError, "hash modified during iteration"); rb_raise 482 hash.c rb_raise(rb_eRuntimeError, "can't add a new key into hash during iteration"); rb_raise 554 hash.c rb_raise(rb_eTypeError, "default_proc takes two arguments (2 for %d)", n); rb_raise 665 hash.c rb_raise(rb_eArgError, "wrong element type %s at %ld (expected array)", rb_raise 678 hash.c rb_raise(rb_eArgError, "invalid number of elements (%ld for 1..2)", rb_raise 691 hash.c rb_raise(rb_eArgError, "odd number of arguments for Hash"); rb_raise 775 hash.c rb_raise(rb_eRuntimeError, "rehash during iteration"); rb_raise 899 hash.c rb_raise(rb_eKeyError, "key not found: %"PRIsVALUE, desc); rb_raise 1026 hash.c rb_raise(rb_eTypeError, rb_raise 2962 hash.c rb_raise(rb_eArgError, "bad environment variable %s: ASCII incompatible encoding: %s", rb_raise 2972 hash.c rb_raise(rb_eArgError, "bad environment variable %s: contains null byte", name); rb_raise 3092 hash.c rb_raise(rb_eKeyError, "key not found: \"%"PRIsVALUE"\"", key); rb_raise 1795 include/ruby/ruby.h PRINTF_ARGS(NORETURN(void rb_raise(VALUE, const char*, ...)), 2, 3); rb_raise 620 io.c rb_raise(rb_eEOFError, "end of file reached"); rb_raise 634 io.c rb_raise(rb_eIOError, "uninitialized stream"); rb_raise 643 io.c rb_raise(rb_eIOError, closed_stream); rb_raise 752 io.c rb_raise(rb_eIOError, "ungetbyte failed"); rb_raise 761 io.c rb_raise(rb_eIOError, "ungetbyte failed"); rb_raise 798 io.c rb_raise(rb_eIOError, "not opened for reading"); rb_raise 817 io.c rb_raise(rb_eIOError, "byte oriented read for character buffered IO"); rb_raise 850 io.c rb_raise(rb_eIOError, "not opened for writing"); rb_raise 1106 io.c rb_raise(rb_eIOError, closed_stream); rb_raise 1132 io.c rb_raise(rb_eIOError, closed_stream); rb_raise 1378 io.c rb_raise(rb_eArgError, "ASCII incompatible string written for text mode IO without encoding conversion: %s", rb_raise 1412 io.c rb_raise(rb_eArgError, "ASCII incompatible string written for text mode IO without encoding conversion: %s", rb_raise 2191 io.c rb_raise(rb_eIOError, "file too big for single read"); rb_raise 2505 io.c rb_raise(rb_eArgError, "negative length %ld given", len); rb_raise 2641 io.c rb_raise(rb_eArgError, "negative length %ld given", len); rb_raise 2802 io.c rb_raise(rb_eArgError, "negative length %ld given", len); rb_raise 2836 io.c rb_raise(rb_eRuntimeError, "rs modified"); rb_raise 3050 io.c rb_raise(rb_eArgError, "encoding mismatch: %s IO with %s RS", rb_raise 3355 io.c rb_raise(rb_eArgError, "invalid limit: 0 for readlines"); rb_raise 3401 io.c rb_raise(rb_eArgError, "invalid limit: 0 for each_line"); rb_raise 3493 io.c rb_raise(rb_eIOError, "too long character"); rb_raise 3671 io.c rb_raise(rb_eIOError, "too long character"); rb_raise 3716 io.c rb_raise(rb_eArgError, "invalid byte sequence in %s", rb_enc_name(enc)); rb_raise 3935 io.c rb_raise(rb_eIOError, "ungetc failed"); rb_raise 3939 io.c rb_raise(rb_eIOError, "ungetc failed"); rb_raise 4538 io.c rb_raise(rb_eIOError, "closing non-duplex IO for reading"); rb_raise 4584 io.c rb_raise(rb_eIOError, "closing non-duplex IO for writing"); rb_raise 4623 io.c rb_raise(rb_eIOError, "sysseek for buffered IO"); rb_raise 4711 io.c rb_raise(rb_eIOError, "sysread for buffered IO"); rb_raise 4853 io.c rb_raise(rb_eArgError, "invalid access fmode 0x%x", fmode); rb_raise 4895 io.c rb_raise(rb_eArgError, "invalid access mode %s", modestr); rb_raise 5021 io.c rb_raise(rb_eArgError, "invalid access oflags 0x%x", oflags); rb_raise 5221 io.c rb_raise(rb_eArgError, "ASCII incompatible encoding needs binmode"); rb_raise 5244 io.c rb_raise(rb_eArgError, "textmode specified twice"); rb_raise 5246 io.c rb_raise(rb_eArgError, "both textmode and binmode specified"); rb_raise 5253 io.c rb_raise(rb_eArgError, "binmode specified twice"); rb_raise 5255 io.c rb_raise(rb_eArgError, "both textmode and binmode specified"); rb_raise 5261 io.c rb_raise(rb_eArgError, "both textmode and binmode specified"); rb_raise 5330 io.c rb_raise(rb_eArgError, "mode specified twice"); rb_raise 5361 io.c rb_raise(rb_eArgError, "perm specified twice"); rb_raise 5380 io.c rb_raise(rb_eArgError, "encoding specified twice"); rb_raise 6128 io.c rb_raise(rb_eNotImpError, rb_raise 6276 io.c rb_raise(rb_eArgError, "too many arguments"); rb_raise 6642 io.c rb_raise(rb_eArgError, rb_raise 6771 io.c rb_raise(rb_eArgError, rb_raise 7316 io.c rb_raise(rb_eTypeError, "%"PRIsVALUE" must have %"PRIsVALUE" method, %"PRIsVALUE" given", rb_raise 7613 io.c rb_raise(rb_eArgError, "The given fd is not accessible because RubyVM reserves it"); rb_raise 7677 io.c rb_raise(rb_eRuntimeError, "reinitializing File"); rb_raise 8632 io.c rb_raise(rb_eTypeError, "advice must be a Symbol"); rb_raise 8640 io.c rb_raise(rb_eNotImpError, "Unsupported advice: %+"PRIsVALUE, advice); rb_raise 9168 io.c rb_raise(rb_eArgError, "return value overflowed string"); rb_raise 9255 io.c rb_raise(rb_eArgError, "return value overflowed string"); rb_raise 9361 io.c rb_raise(rb_eArgError, "too few arguments for syscall"); rb_raise 9363 io.c rb_raise(rb_eArgError, "too many arguments for syscall"); rb_raise 9684 io.c rb_raise(rb_eArgError, "too many arguments"); rb_raise 10552 io.c rb_raise(rb_eArgError, "cannot specify src_offset for non-IO"); rb_raise 10662 io.c rb_raise(rb_eIOError, "flush failed"); rb_raise 10694 io.c rb_raise(rb_eNotImpError, "%s() not implemented", stp->notimp); rb_raise 10928 io.c rb_raise(rb_eArgError, "no stream to set encoding"); rb_raise 10952 io.c rb_raise(rb_eArgError, "no stream to tell"); rb_raise 10969 io.c rb_raise(rb_eArgError, "no stream to seek"); rb_raise 10990 io.c rb_raise(rb_eArgError, "no stream to set position"); rb_raise 11012 io.c rb_raise(rb_eArgError, "no stream to rewind"); rb_raise 11032 io.c rb_raise(rb_eArgError, "no stream"); rb_raise 11944 io.c rb_raise(rb_eIOError, "not opened for writing"); rb_raise 404 iseq.c rb_raise(rb_eTypeError, "Compile option must be Hash/true/false/nil"); rb_raise 910 iseq.c rb_raise(rb_eTypeError, "uninitialized InstructionSequence"); rb_raise 2317 iseq.c if (data.pos < 0) rb_raise(rb_eTypeError, "`pos' is negative"); rb_raise 2323 iseq.c rb_raise(rb_eTypeError, "`set' should be true/false"); rb_raise 2329 iseq.c rb_raise(rb_eTypeError, "`pos' is out of range."); rb_raise 561 load.c rb_raise(rb_eRuntimeError, rb_raise 1148 load.c rb_raise(rb_eTypeError, "Can not set autoload on singleton class"); rb_raise 140 marshal.c rb_raise(rb_eTypeError, "no allocator"); rb_raise 176 marshal.c rb_raise(rb_eRuntimeError, "Marshal.dump reentered at %s", rb_raise 226 marshal.c rb_raise(rb_eTypeError, "can't dump non-ascii %s name % "PRIsVALUE, rb_raise 230 marshal.c rb_raise(rb_eTypeError, "can't dump anonymous %s % "PRIsVALUE, rb_raise 243 marshal.c rb_raise(rb_eTypeError, "% "PRIsVALUE" can't be referred to", path); rb_raise 295 marshal.c rb_raise(rb_eTypeError, "long too big to dump"); rb_raise 446 marshal.c rb_raise(rb_eTypeError, "can't dump anonymous ID %"PRIdVALUE, sym); rb_raise 497 marshal.c rb_raise(rb_eTypeError, "singleton can't be dumped"); rb_raise 659 marshal.c rb_raise(rb_eArgError, "exceed depth limit"); rb_raise 707 marshal.c rb_raise(rb_eTypeError, "can't dump internal %s", rb_raise 729 marshal.c rb_raise(rb_eTypeError, "_dump() must return string"); rb_raise 772 marshal.c rb_raise(rb_eTypeError, "singleton class can't be dumped"); rb_raise 806 marshal.c rb_raise(rb_eTypeError, "too big Bignum can't be dumped"); rb_raise 855 marshal.c rb_raise(rb_eRuntimeError, "array modified during dump"); rb_raise 867 marshal.c rb_raise(rb_eTypeError, "can't dump hash with default proc"); rb_raise 905 marshal.c rb_raise(rb_eTypeError, rb_raise 916 marshal.c rb_raise(rb_eTypeError, "can't dump %"PRIsVALUE, rb_raise 949 marshal.c rb_raise(rb_eTypeError, "instance of IO needed"); rb_raise 1063 marshal.c rb_raise(rb_eRuntimeError, "Marshal.load reentered at %s", rb_raise 1113 marshal.c rb_raise(rb_eArgError, "marshal data too short"); rb_raise 1173 marshal.c rb_raise(rb_eTypeError, "long too big for this architecture (size " rb_raise 1326 marshal.c rb_raise(rb_eArgError, "bad symbol"); rb_raise 1361 marshal.c rb_raise(rb_eArgError, "dump format error for symbol(0x%x)", type); rb_raise 1369 marshal.c rb_raise(rb_eArgError, "dump format error (symlink with encoding)"); rb_raise 1486 marshal.c rb_raise(rb_eArgError, "%"PRIsVALUE" does not refer to class", path); rb_raise 1497 marshal.c rb_raise(rb_eArgError, "%"PRIsVALUE" does not refer to module", path); rb_raise 1544 marshal.c rb_raise(rb_eTypeError, \ rb_raise 1561 marshal.c rb_raise(rb_eArgError, "dump format error (unlinked)"); rb_raise 1588 marshal.c rb_raise(rb_eArgError, rb_raise 1616 marshal.c rb_raise(rb_eTypeError, "singleton can't be loaded"); rb_raise 1621 marshal.c rb_raise(rb_eArgError, "dump format error (user class)"); rb_raise 1787 marshal.c rb_raise(rb_eTypeError, "class %"PRIsVALUE" not a struct", rb_class_name(klass)); rb_raise 1791 marshal.c rb_raise(rb_eTypeError, "struct %"PRIsVALUE" not compatible (struct size differs)", rb_raise 1803 marshal.c rb_raise(rb_eTypeError, "struct %"PRIsVALUE" not compatible (:%"PRIsVALUE" for :%"PRIsVALUE")", rb_raise 1824 marshal.c rb_raise(rb_eTypeError, "class %"PRIsVALUE" needs to have method `_load'", rb_raise 1855 marshal.c rb_raise(rb_eTypeError, "instance of %"PRIsVALUE" needs to have method `marshal_load'", rb_raise 1876 marshal.c rb_raise(rb_eArgError, "dump format error"); rb_raise 1893 marshal.c rb_raise(rb_eArgError, "dump format error"); rb_raise 1897 marshal.c rb_raise(rb_eTypeError, rb_raise 1957 marshal.c rb_raise(rb_eArgError, "dump format error(0x%x)", type); rb_raise 1962 marshal.c rb_raise(rb_eArgError, "dump format error (bad link)"); rb_raise 2059 marshal.c rb_raise(rb_eTypeError, "incompatible marshal file format (can't be read)\n\ rb_raise 30 math.c rb_raise(rb_eMathDomainError, "Numerical argument is out of domain - " #msg) rb_raise 127 numeric.c rb_raise(rb_eZeroDivError, "divided by 0"); rb_raise 287 numeric.c rb_raise(rb_eTypeError, "%"PRIsVALUE" can't be coerced into %"PRIsVALUE, rb_raise 328 numeric.c rb_raise(rb_eTypeError, "coerce must return [x, y]"); rb_raise 382 numeric.c rb_raise(rb_eTypeError, rb_raise 398 numeric.c rb_raise(rb_eTypeError, "can't copy %"PRIsVALUE, rb_obj_class(x)); rb_raise 2343 numeric.c if (argc > 0) rb_raise(rb_eArgError, "to is given twice"); rb_raise 2347 numeric.c if (argc > 1) rb_raise(rb_eArgError, "step is given twice"); rb_raise 2354 numeric.c rb_raise(rb_eTypeError, "step must be numeric"); rb_raise 2357 numeric.c rb_raise(rb_eArgError, "step can't be 0"); rb_raise 2504 numeric.c rb_raise(rb_eRangeError, "float %s out of range of "type, \ rb_raise 2521 numeric.c rb_raise(rb_eTypeError, "no implicit conversion from nil to integer"); rb_raise 2549 numeric.c rb_raise(rb_eTypeError, "no implicit conversion from nil to integer"); rb_raise 2596 numeric.c rb_raise(rb_eRangeError, "integer %"PRIdVALUE " too %s to convert to `int'", rb_raise 2614 numeric.c rb_raise(rb_eRangeError, "integer %ld too small to convert to `unsigned int'", (long)num); rb_raise 2619 numeric.c rb_raise(rb_eRangeError, "integer %lu too big to convert to `unsigned int'", num); rb_raise 2682 numeric.c rb_raise(rb_eRangeError, "integer %"PRIdVALUE " too %s to convert to `short'", rb_raise 2700 numeric.c rb_raise(rb_eRangeError, "integer %ld too small to convert to `unsigned short'", (long)num); rb_raise 2705 numeric.c rb_raise(rb_eRangeError, "integer %lu too big to convert to `unsigned short'", num); rb_raise 2760 numeric.c rb_raise(rb_eRangeError, "integer %ld out of range of fixnum", v); rb_raise 2781 numeric.c rb_raise(rb_eTypeError, "no implicit conversion from nil"); rb_raise 2799 numeric.c rb_raise(rb_eTypeError, "no implicit conversion from string"); rb_raise 2802 numeric.c rb_raise(rb_eTypeError, "no implicit conversion from boolean"); rb_raise 2813 numeric.c rb_raise(rb_eTypeError, "no implicit conversion from nil"); rb_raise 2833 numeric.c rb_raise(rb_eTypeError, "no implicit conversion from string"); rb_raise 2836 numeric.c rb_raise(rb_eTypeError, "no implicit conversion from boolean"); rb_raise 3006 numeric.c rb_raise(rb_eRangeError, "invalid codepoint 0x%X in %s", code, rb_enc_name(enc)); rb_raise 3010 numeric.c rb_raise(rb_eRangeError, "%u out of char range", code); rb_raise 3016 numeric.c rb_raise(rb_eRangeError, "invalid codepoint 0x%X in %s", code, rb_enc_name(enc)); rb_raise 3031 numeric.c rb_raise(rb_eRangeError, "%ld out of char range", FIX2LONG(num)); rb_raise 3034 numeric.c rb_raise(rb_eRangeError, "bignum out of char range"); rb_raise 3042 numeric.c rb_raise(rb_eRangeError, "%d out of char range", i); rb_raise 3158 numeric.c rb_raise(rb_eArgError, "invalid radix %d", base); rb_raise 3834 numeric.c rb_raise(rb_eNotImpError, "need to define `<=>' in %s", rb_obj_classname(x)); rb_raise 4333 numeric.c rb_raise(rb_eNotImpError, "Unknown subclass for to_f: %s", rb_obj_classname(num)); rb_raise 4508 numeric.c rb_raise(rb_eArgError, "invalid radix %ld", base); rb_raise 4534 numeric.c rb_raise(rb_eArgError, "invalid radix %ld", FIX2LONG(base)); rb_raise 4536 numeric.c rb_raise(rb_eArgError, "negative radix"); rb_raise 4561 numeric.c rb_raise(rb_eMathDomainError, "out of domain"); rb_raise 4566 numeric.c rb_raise(rb_eTypeError, "wrong argument type %s (expected Integer)", rb_raise 4573 numeric.c rb_raise(rb_eArgError, "invalid radix %ld", base); rb_raise 288 object.c rb_raise(rb_eTypeError, "[bug] frozen object (%s) allocated", rb_obj_classname(dest)); rb_raise 331 object.c rb_raise(rb_eTypeError, "can't clone %s", rb_obj_classname(obj)); rb_raise 399 object.c rb_raise(rb_eTypeError, "can't dup %s", rb_obj_classname(obj)); rb_raise 433 object.c rb_raise(rb_eTypeError, "initialize_copy should take same class object"); rb_raise 585 object.c rb_raise(rb_eTypeError, "class or module required"); rb_raise 1554 object.c rb_raise(rb_eTypeError, "compared with non class/module"); rb_raise 1601 object.c rb_raise(rb_eTypeError, "compared with non class/module"); rb_raise 1752 object.c rb_raise(rb_eTypeError, "already initialized class"); rb_raise 1761 object.c rb_raise(rb_eTypeError, "can't inherit uninitialized class"); rb_raise 1775 object.c rb_raise(rb_eTypeError, "allocator undefined for %"PRIsVALUE, rb_raise 1808 object.c rb_raise(rb_eTypeError, "can't instantiate uninitialized class"); rb_raise 1811 object.c rb_raise(rb_eTypeError, "can't create instance of singleton class"); rb_raise 1823 object.c rb_raise(rb_eTypeError, "wrong instance allocation"); rb_raise 1884 object.c rb_raise(rb_eTypeError, "uninitialized class"); rb_raise 2090 object.c rb_raise(rb_eArgError, "invalid class path encoding (non ASCII)"); rb_raise 2125 object.c rb_raise(rb_eTypeError, "%"PRIsVALUE" does not refer to class/module", rb_raise 2248 object.c rb_raise(rb_eArgError, "invalid class path encoding (non ASCII)"); rb_raise 2310 object.c rb_raise(rb_eTypeError, "%"PRIsVALUE" does not refer to class/module", rb_raise 2566 object.c rb_raise(rb_eTypeError, "%s %s into %s", msg, cname, tname); rb_raise 2567 object.c rb_raise(rb_eTypeError, "%s %"PRIsVALUE" into %s", msg, rb_raise 2581 object.c rb_raise(rb_eTypeError, rb_raise 2680 object.c rb_raise(rb_eTypeError, "can't convert nil into Integer"); rb_raise 2690 object.c rb_raise(rb_eArgError, "base specified for non string value"); rb_raise 2828 object.c rb_raise(rb_eArgError, "Float %.*s%s out of range", w, q, ellipsis); rb_raise 2846 object.c rb_raise(rb_eArgError, "string for Float contains null byte"); rb_raise 2872 object.c rb_raise(rb_eTypeError, pre "nil" post); \ rb_raise 2874 object.c rb_raise(rb_eTypeError, pre "true" post); \ rb_raise 2876 object.c rb_raise(rb_eTypeError, pre "false" post); \ rb_raise 2961 object.c rb_raise(rb_eTypeError, "can't convert %"PRIsVALUE" into Float", rb_raise 3051 object.c rb_raise(rb_eTypeError, "no implicit conversion to float from string"); rb_raise 3128 object.c rb_raise(rb_eTypeError, "can't convert %s into Hash", rb_obj_classname(val)); rb_raise 3175 object.c rb_raise(rb_eTypeError, "%"PRIsVALUE" does not have #dig method", rb_raise 377 pack.c #define TOO_FEW (rb_raise(rb_eArgError, toofew), 0) rb_raise 385 pack.c rb_raise(rb_eRuntimeError, "format string modified"); rb_raise 412 pack.c rb_raise(rb_eArgError, "'%c' allowed only after types %s", *p, natstr); rb_raise 419 pack.c rb_raise(rb_eArgError, "'%c' allowed only after types %s", *p, endstr); rb_raise 422 pack.c rb_raise(rb_eRangeError, "Can't use both '<' and '>'"); rb_raise 439 pack.c rb_raise(rb_eRangeError, "pack length too big"); rb_raise 801 pack.c rb_raise(rb_eArgError, "X outside of string"); rb_raise 813 pack.c rb_raise(rb_eArgError, "%% is not supported"); rb_raise 826 pack.c rb_raise(rb_eRangeError, "pack(U): value out of range"); rb_raise 876 pack.c rb_raise(rb_eArgError, "too short buffer for P(%ld for %ld)", rb_raise 918 pack.c rb_raise(rb_eArgError, "can't compress negative numbers"); rb_raise 1296 pack.c rb_raise(rb_eArgError, "'%c' allowed only after types %s", *p, natstr); rb_raise 1303 pack.c rb_raise(rb_eArgError, "'%c' allowed only after types %s", *p, endstr); rb_raise 1306 pack.c rb_raise(rb_eRangeError, "Can't use both '<' and '>'"); rb_raise 1324 pack.c rb_raise(rb_eRangeError, "pack length too big"); rb_raise 1333 pack.c rb_raise(rb_eArgError, "%% is not supported"); rb_raise 1734 pack.c if (s >= send || a == -1) rb_raise(rb_eArgError, "invalid base64"); rb_raise 1736 pack.c if (s >= send || b == -1) rb_raise(rb_eArgError, "invalid base64"); rb_raise 1739 pack.c rb_raise(rb_eArgError, "invalid base64"); rb_raise 1742 pack.c if (s >= send || c == -1) rb_raise(rb_eArgError, "invalid base64"); rb_raise 1745 pack.c if (d == -1) rb_raise(rb_eArgError, "invalid base64"); rb_raise 1752 pack.c if (b & 0xf) rb_raise(rb_eArgError, "invalid base64"); rb_raise 1757 pack.c if (c & 0x3) rb_raise(rb_eArgError, "invalid base64"); rb_raise 1827 pack.c rb_raise(rb_eArgError, "@ outside of string"); rb_raise 1833 pack.c rb_raise(rb_eArgError, "X outside of string"); rb_raise 1839 pack.c rb_raise(rb_eArgError, "x outside of string"); rb_raise 1856 pack.c rb_raise(rb_eArgError, "no associated pointer"); rb_raise 1874 pack.c rb_raise(rb_eArgError, "non associated pointer"); rb_raise 1899 pack.c rb_raise(rb_eArgError, "no associated pointer"); rb_raise 1911 pack.c rb_raise(rb_eArgError, "non associated pointer"); rb_raise 1988 pack.c rb_raise(rb_eRangeError, "pack(U): value out of range"); rb_raise 2016 pack.c rb_raise(rb_eArgError, "malformed UTF-8 character"); rb_raise 2026 pack.c rb_raise(rb_eArgError, "malformed UTF-8 character"); rb_raise 2029 pack.c rb_raise(rb_eArgError, "malformed UTF-8 character (expected %ld bytes, given %ld bytes)", rb_raise 2038 pack.c rb_raise(rb_eArgError, "malformed UTF-8 character"); rb_raise 2048 pack.c rb_raise(rb_eArgError, "redundant UTF-8 sequence"); rb_raise 10966 parse.c if (lex_p < parser->tokp) rb_raise(rb_eRuntimeError, "lex_p < tokp"); rb_raise 11260 parse.c rb_raise(rb_eArgError, "invalid source encoding"); rb_raise 16777 parse.c rb_raise(rb_eArgError, "Qundef given"); rb_raise 16781 parse.c rb_raise(rb_eArgError, "invalid pointer: %p", x); rb_raise 16793 parse.c rb_raise(rb_eArgError, "NODE given: %p", x); rb_raise 16797 parse.c rb_raise(rb_eArgError, "wrong type of ruby object: %p (%s)", rb_raise 17100 parse.c rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 17104 parse.c rb_raise(rb_eArgError, "Ripper#parse is not reentrant"); rb_raise 17106 parse.c rb_raise(rb_eArgError, "Ripper#parse is not multithread-safe"); rb_raise 17129 parse.c rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 17149 parse.c rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 17168 parse.c rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 17181 parse.c rb_raise(rb_eArgError, "%"PRIsVALUE, msg); rb_raise 5293 parse.y if (lex_p < parser->tokp) rb_raise(rb_eRuntimeError, "lex_p < tokp"); rb_raise 5587 parse.y rb_raise(rb_eArgError, "invalid source encoding"); rb_raise 11104 parse.y rb_raise(rb_eArgError, "Qundef given"); rb_raise 11108 parse.y rb_raise(rb_eArgError, "invalid pointer: %p", x); rb_raise 11120 parse.y rb_raise(rb_eArgError, "NODE given: %p", x); rb_raise 11124 parse.y rb_raise(rb_eArgError, "wrong type of ruby object: %p (%s)", rb_raise 11427 parse.y rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 11431 parse.y rb_raise(rb_eArgError, "Ripper#parse is not reentrant"); rb_raise 11433 parse.y rb_raise(rb_eArgError, "Ripper#parse is not multithread-safe"); rb_raise 11456 parse.y rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 11476 parse.y rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 11495 parse.y rb_raise(rb_eArgError, "method called for uninitialized object"); rb_raise 11508 parse.y rb_raise(rb_eArgError, "%"PRIsVALUE, msg); rb_raise 646 proc.c rb_raise(rb_eArgError, proc_without_block); rb_raise 809 proc.c rb_raise(rb_eArgError, "too many arguments (%lu)", rb_raise 970 proc.c if (!block) rb_raise(rb_eArgError, "no block given"); rb_raise 1792 proc.c if (!block) rb_raise(rb_eArgError, proc_without_block); rb_raise 1814 proc.c rb_raise(rb_eTypeError, rb_raise 1826 proc.c rb_raise(rb_eTypeError, rb_raise 1830 proc.c rb_raise(rb_eTypeError, rb_raise 2012 proc.c rb_raise(rb_eTypeError, "can't call unbound method; bind first"); rb_raise 2129 proc.c rb_raise(rb_eTypeError, rb_raise 2133 proc.c rb_raise(rb_eTypeError, "bind argument must be an instance of % "PRIsVALUE, rb_raise 2684 proc.c rb_raise(rb_eArgError, "Can't create Binding from C level Proc"); rb_raise 1214 process.c rb_raise(rb_eSecurityError, "Insecure PATH - %s", str); rb_raise 1483 process.c rb_raise(rb_eArgError, "duplex IO redirection"); rb_raise 1488 process.c rb_raise(rb_eArgError, "wrong exec redirect"); rb_raise 1491 process.c rb_raise(rb_eArgError, "negative file descriptor"); rb_raise 1495 process.c rb_raise(rb_eArgError, "wrong file descriptor (%d)", fd); rb_raise 1552 process.c rb_raise(rb_eArgError, "wrong exec redirect symbol: %"PRIsVALUE, rb_raise 1621 process.c rb_raise(rb_eArgError, "wrong exec redirect action"); rb_raise 1647 process.c rb_raise(rb_eArgError, "pgroup option specified twice"); rb_raise 1656 process.c rb_raise(rb_eArgError, "negative process group ID : %ld", (long)pgroup); rb_raise 1667 process.c rb_raise(rb_eArgError, "new_pgroup option specified twice"); rb_raise 1692 process.c rb_raise(rb_eArgError, "wrong exec rlimit option"); rb_raise 1705 process.c rb_raise(rb_eArgError, "unsetenv_others option specified twice"); rb_raise 1712 process.c rb_raise(rb_eArgError, "chdir option specified twice"); rb_raise 1722 process.c rb_raise(rb_eArgError, "umask option specified twice"); rb_raise 1729 process.c rb_raise(rb_eArgError, "close_others option specified twice"); rb_raise 1749 process.c rb_raise(rb_eArgError, "uid option specified twice"); rb_raise 1757 process.c rb_raise(rb_eNotImpError, rb_raise 1764 process.c rb_raise(rb_eArgError, "gid option specified twice"); rb_raise 1772 process.c rb_raise(rb_eNotImpError, rb_raise 1804 process.c rb_raise(rb_eArgError, "wrong exec option symbol: %"PRIsVALUE, rb_raise 1806 process.c rb_raise(rb_eArgError, "wrong exec option"); rb_raise 1836 process.c rb_raise(rb_eArgError, "fd %d specified twice", fd); rb_raise 1881 process.c rb_raise(rb_eArgError, "cyclic child fd redirection from %d", oldfd); rb_raise 1885 process.c rb_raise(rb_eArgError, "child fd %d is not redirected", oldfd); rb_raise 1933 process.c rb_raise(rb_eArgError, "environment name contains a equal : %s", k); rb_raise 1970 process.c rb_raise(rb_eArgError, "wrong first argument"); rb_raise 4844 process.c rb_raise(rb_eArgError, "invalid resource name: %"PRIsVALUE, rtype); rb_raise 4885 process.c rb_raise(rb_eArgError, "invalid resource value: %"PRIsVALUE, rval); rb_raise 5007 process.c rb_raise(rb_eRuntimeError, "can't handle UID while evaluating block given to Process::UID.switch method"); rb_raise 5016 process.c rb_raise(rb_eRuntimeError, "can't handle GID while evaluating block given to Process::UID.switch method"); rb_raise 5080 process.c rb_raise(rb_eArgError, "can't find user for %s", usrname); rb_raise 5161 process.c rb_raise(rb_eArgError, "can't find group for %s", grpname); rb_raise 5897 process.c rb_raise(rb_eArgError, "too many groups, %d max", maxgroups()); rb_raise 5986 process.c rb_raise(rb_eArgError, "maxgroups %d shold be positive", ngroups); rb_raise 7118 process.c rb_raise(rb_eArgError, "unexpected unit: %"PRIsVALUE, unit); rb_raise 734 random.c rb_raise(rb_eArgError, "wrong dump data"); rb_raise 741 random.c rb_raise(rb_eArgError, "wrong value"); rb_raise 907 random.c rb_raise(rb_eRangeError, "random data too short %ld", l); rb_raise 909 random.c rb_raise(rb_eRangeError, "random data too long %ld", l); rb_raise 963 random.c rb_raise(rb_eRangeError, "random number too small %g", d); rb_raise 966 random.c rb_raise(rb_eRangeError, "random number too big %g", d); rb_raise 1026 random.c rb_raise(rb_eRangeError, "random number too small %ld", r); rb_raise 1029 random.c rb_raise(rb_eRangeError, "random number too big %ld", r); rb_raise 1179 random.c rb_raise(rb_eArgError, "invalid argument - %"PRIsVALUE, arg0); rb_raise 40 range.c rb_raise(rb_eArgError, "bad value for range"); rb_raise 348 range.c rb_raise(rb_eArgError, "step can't be negative"); rb_raise 351 range.c rb_raise(rb_eArgError, "step can't be 0"); rb_raise 412 range.c rb_raise(rb_eArgError, "step can't be negative"); rb_raise 415 range.c rb_raise(rb_eArgError, "step can't be 0"); rb_raise 475 range.c rb_raise(rb_eTypeError, "can't iterate from %s", rb_raise 615 range.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE \ rb_raise 687 range.c rb_raise(rb_eTypeError, "can't do binary search for %s", rb_obj_classname(beg)); rb_raise 794 range.c rb_raise(rb_eTypeError, "can't iterate from %s", rb_raise 975 range.c rb_raise(rb_eTypeError, "cannot exclude non Integer end value"); rb_raise 979 range.c rb_raise(rb_eTypeError, "cannot exclude end value with non Integer begin value"); rb_raise 1052 range.c rb_raise(rb_eRangeError, "%ld..%s%ld out of range", rb_raise 1231 range.c rb_raise(rb_eTypeError, "not a dumped range object"); rb_raise 423 rational.c #define rb_raise_zerodiv() rb_raise(rb_eZeroDivError, "divided by 0") rb_raise 484 rational.c rb_raise(rb_eTypeError, "not an integer"); rb_raise 1176 rational.c rb_raise(rb_eTypeError, "%s can't be coerced into %s", rb_raise 1287 rational.c rb_raise(rb_eTypeError, "not an integer"); rb_raise 1682 rational.c rb_raise(rb_eArgError, "marshaled rational must have an array whose length is 2 but %ld", RARRAY_LEN(a)); rb_raise 2315 rational.c rb_raise(rb_eArgError, "string contains null byte"); rb_raise 2327 rational.c rb_raise(rb_eArgError, "invalid value for convert(): %+"PRIsVALUE, rb_raise 2332 rational.c rb_raise(rb_eFloatDomainError, "Infinity"); rb_raise 2381 rational.c rb_raise(rb_eFloatDomainError, "Infinity"); rb_raise 2393 rational.c rb_raise(rb_eFloatDomainError, "Infinity"); rb_raise 2405 rational.c rb_raise(rb_eTypeError, "can't convert nil into Rational"); rb_raise 361 re.c rb_raise(rb_eTypeError, "uninitialized Regexp"); rb_raise 665 re.c rb_raise(rb_eRegexpError, "%s: %"PRIsVALUE, err, desc); rb_raise 1013 re.c rb_raise(rb_eTypeError, "uninitialized Match"); rb_raise 1143 re.c rb_raise(rb_eIndexError, "undefined group name reference: %s", name); rb_raise 1181 re.c rb_raise(rb_eIndexError, "index %d out of matches", i); rb_raise 1217 re.c rb_raise(rb_eIndexError, "index %d out of matches", i); rb_raise 1252 re.c rb_raise(rb_eIndexError, "index %d out of matches", i); rb_raise 1368 re.c rb_raise(rb_eEncCompatError, rb_raise 1391 re.c rb_raise(rb_eArgError, rb_raise 1445 re.c rb_raise(rb_eArgError, "regexp preprocess failed: %s", err); rb_raise 1829 re.c rb_raise(rb_eIndexError, "undefined group name reference: % "PRIsVALUE, rb_raise 2636 re.c rb_raise(rb_eArgError, "no arguments given"); rb_raise 2649 re.c rb_raise(rb_eRegexpError, "/.../n has a non escaped non ASCII character in non ASCII-8BIT script"); rb_raise 2661 re.c rb_raise(rb_eArgError, "%s", err); rb_raise 2665 re.c rb_raise(rb_eRegexpError, "encoding mismatch in dynamic regexp : %s and %s", rb_raise 2695 re.c rb_raise(rb_eSecurityError, "can't modify literal regexp"); rb_raise 2697 re.c rb_raise(rb_eTypeError, "already initialized regexp"); rb_raise 3551 re.c rb_raise(rb_eArgError, "incompatible encodings: %s and %s", rb_raise 3558 re.c rb_raise(rb_eArgError, "incompatible encodings: %s and %s", rb_raise 3574 re.c rb_raise(rb_eArgError, "incompatible encodings: %s and %s", rb_raise 3584 re.c rb_raise(rb_eArgError, "incompatible encodings: %s and %s", rb_raise 3591 re.c rb_raise(rb_eArgError, "ASCII incompatible encoding: %s", rb_raise 3595 re.c rb_raise(rb_eArgError, "incompatible encodings: %s and %s", rb_raise 3736 re.c rb_raise(rb_eRuntimeError, "invalid group name reference format"); rb_raise 635 regenc.c rb_raise(rb_eRangeError, "%u out of char range", code); rb_raise 882 ruby.c rb_raise(rb_eRuntimeError, rb_raise 1021 ruby.c rb_raise(rb_eRuntimeError, "no code specified for -e"); rb_raise 1079 ruby.c rb_raise(rb_eRuntimeError, "missing argument for -E"); rb_raise 1171 ruby.c rb_raise(rb_eRuntimeError, "invalid switch in RUBYOPT: --" name)) rb_raise 1174 ruby.c rb_raise(rb_eRuntimeError, "missing argument for --" name) \ rb_raise 1222 ruby.c rb_raise(rb_eRuntimeError, "extra argument for %s: %s", rb_raise 1259 ruby.c rb_raise(rb_eRuntimeError, rb_raise 1271 ruby.c rb_raise(rb_eRuntimeError, rb_raise 1276 ruby.c rb_raise(rb_eRuntimeError, rb_raise 1285 ruby.c rb_raise(rb_eRuntimeError, "invalid switch in RUBYOPT: -%c", *s); rb_raise 1289 ruby.c rb_raise(rb_eRuntimeError, "invalid switch in RUBYOPT: --%s", s); rb_raise 1321 ruby.c rb_raise(rb_eRuntimeError, "unknown encoding name - %s", s); rb_raise 1324 ruby.c rb_raise(rb_eRuntimeError, "dummy encoding is not acceptable - %s ", s); rb_raise 1355 ruby.c rb_raise(rb_eTypeError, "$_ value need to be String (%s given)", rb_raise 2045 ruby.c rb_raise(rb_eRuntimeError, "$0 not initialized"); rb_raise 2106 ruby.c rb_raise(rb_eSecurityError, "no %s allowed while running setuid", s); rb_raise 2108 ruby.c rb_raise(rb_eSecurityError, "no %s allowed while running setgid", s); rb_raise 2110 ruby.c rb_raise(rb_eSecurityError, "no %s allowed in tainted mode", s); rb_raise 53 safe.c rb_raise(rb_eArgError, "$SAFE=2 to 4 are obsolete"); rb_raise 72 safe.c rb_raise(rb_eSecurityError, rb_raise 77 safe.c rb_raise(rb_eArgError, "$SAFE=2 to 4 are obsolete"); rb_raise 88 safe.c rb_raise(rb_eSecurityError, "Insecure operation `%"PRIsVALUE"' at level %d", rb_raise 92 safe.c rb_raise(rb_eSecurityError, "Insecure operation at level %d", rb_raise 108 safe.c rb_raise(rb_eSecurityError, "Insecure operation - %"PRIsVALUE, rb_raise 112 safe.c rb_raise(rb_eSecurityError, "Insecure operation: -r"); rb_raise 304 signal.c rb_raise(rb_eArgError, "invalid signal number (%d)", signo); rb_raise 323 signal.c rb_raise(rb_eArgError, "unsupported name `%.*s%"PRIsVALUE"'", rb_raise 441 signal.c rb_raise(rb_eArgError, "unsupported name `SIG%"PRIsVALUE"'", str); rb_raise 453 signal.c rb_raise(rb_eArgError, "bad signal type %s", rb_raise 1108 signal.c if (!command) rb_raise(rb_eArgError, "bad handler"); rb_raise 1173 signal.c rb_raise(rb_eArgError, "invalid signal number (%d)", sig); rb_raise 1192 signal.c rb_raise(rb_eArgError, "unsupported signal SIG%"PRIsVALUE"", vsig); rb_raise 1313 signal.c rb_raise(rb_eArgError, "can't trap reserved signal: SIG%s", name); rb_raise 1315 signal.c rb_raise(rb_eArgError, "can't trap reserved signal: %d", sig); rb_raise 1328 signal.c rb_raise(rb_eSecurityError, "Insecure: tainted signal trap"); rb_raise 98 sprintf.c (((nth) >= argc) ? (rb_raise(rb_eArgError, "too few arguments"), 0) : argv[(nth)]) rb_raise 106 sprintf.c rb_raise(rb_eArgError, #val " too big") : (void)0) rb_raise 135 sprintf.c rb_raise(rb_eArgError, "malformed format string - %%*[0-9]"); rb_raise 146 sprintf.c rb_raise(rb_eArgError, "unnumbered(%d) mixed with numbered", nextarg); rb_raise 148 sprintf.c rb_raise(rb_eArgError, "unnumbered(%d) mixed with named", nextarg); rb_raise 156 sprintf.c rb_raise(rb_eArgError, "numbered(%d) after unnumbered(%d)", n, posarg); rb_raise 159 sprintf.c rb_raise(rb_eArgError, "numbered(%d) after named", n); rb_raise 162 sprintf.c rb_raise(rb_eArgError, "invalid index - %d$", n); rb_raise 184 sprintf.c rb_raise(rb_eArgError, "one hash required"); rb_raise 188 sprintf.c rb_raise(rb_eArgError, "one hash required"); rb_raise 483 sprintf.c rb_raise(rb_eArgError, "width given twice"); \ rb_raise 486 sprintf.c rb_raise(rb_eArgError, "width after precision"); \ rb_raise 490 sprintf.c rb_raise(rb_eArgError, "flag after width"); \ rb_raise 493 sprintf.c rb_raise(rb_eArgError, "flag after precision"); \ rb_raise 535 sprintf.c rb_raise(rb_eArgError, "malformed format string - %%%c", *p); rb_raise 537 sprintf.c rb_raise(rb_eArgError, "malformed format string"); rb_raise 576 sprintf.c rb_raise(rb_eArgError, "value given twice - %d$", n); rb_raise 598 sprintf.c rb_raise(rb_eArgError, "malformed name - unmatched parenthesis"); rb_raise 649 sprintf.c rb_raise(rb_eArgError, "precision given twice"); rb_raise 672 sprintf.c rb_raise(rb_eArgError, "invalid format character - %%"); rb_raise 687 sprintf.c rb_raise(rb_eArgError, "%%c requires a character"); rb_raise 697 sprintf.c rb_raise(rb_eArgError, "invalid character"); rb_raise 746 sprintf.c rb_raise(rb_eArgError, "invalid mbstring sequence"); rb_raise 877 sprintf.c rb_raise(rb_eArgError, "size too big"); rb_raise 1204 sprintf.c if (RTEST(ruby_debug)) rb_raise(rb_eArgError, "%s", mesg); rb_raise 1316 sprintf.c rb_raise(rb_eRuntimeError, "rb_vsprintf reentered"); rb_raise 1343 sprintf.c rb_raise(rb_eRuntimeError, "rb_vsprintf reentered"); rb_raise 1404 sprintf.c rb_raise(rb_eArgError, "cannot construct wchar_t based encoding string: %s", rb_raise 170 st.c rb_raise(rb_eRuntimeError, "st_table too big"); rb_raise 226 string.c rb_raise(rb_eArgError, "invalid byte sequence in %s", rb_enc_name(STR_ENC_GET(str))); rb_raise 235 string.c rb_raise(rb_eArgError, "wide char encoding: %s", rb_enc_name(enc)); rb_raise 645 string.c rb_raise(rb_eRuntimeError, "string modified"); rb_raise 667 string.c rb_raise(rb_eArgError, "NULL pointer given"); rb_raise 691 string.c rb_raise(rb_eArgError, "negative string size (or size too big)"); rb_raise 781 string.c rb_raise(rb_eArgError, "wchar encoding given"); rb_raise 792 string.c rb_raise(rb_eArgError, "negative string size (or size too big)"); rb_raise 895 string.c rb_raise(rb_eIndexError, "index %ld out of string", ofs); rb_raise 1782 string.c rb_raise(rb_eArgError, "negative argument"); rb_raise 1785 string.c rb_raise(rb_eArgError, "argument too big"); rb_raise 1841 string.c rb_raise(rb_eRuntimeError, "can't modify string; temporarily locked"); rb_raise 1914 string.c rb_raise(rb_eArgError, "negative expanding string size"); rb_raise 1925 string.c rb_raise(rb_eArgError, "string size too big"); rb_raise 1965 string.c rb_raise(rb_eEncCompatError, "ASCII incompatible encoding: %s", rb_enc_name(enc)); rb_raise 2038 string.c rb_raise(rb_eArgError, "string contains null char"); rb_raise 2043 string.c rb_raise(rb_eArgError, "string contains null byte"); rb_raise 2415 string.c rb_raise(rb_eRuntimeError, "temporal locking already locked string"); rb_raise 2425 string.c rb_raise(rb_eRuntimeError, "temporal unlocking already unlocked string"); rb_raise 2446 string.c rb_raise(rb_eRuntimeError, "can't set length of shared string"); rb_raise 2462 string.c rb_raise(rb_eArgError, "negative string size (or size too big)"); rb_raise 2531 string.c rb_raise(rb_eArgError, "string sizes too big"); rb_raise 2567 string.c rb_raise(rb_eArgError, "negative string size (or size too big)"); rb_raise 2630 string.c rb_raise(rb_eEncCompatError, "incompatible character encodings: %s and %s", rb_raise 2662 string.c rb_raise(rb_eArgError, "negative string size (or size too big)"); rb_raise 2773 string.c rb_raise(rb_eRangeError, "%ld out of char range", FIX2LONG(str2)); rb_raise 2776 string.c rb_raise(rb_eRangeError, "bignum out of char range"); rb_raise 2789 string.c rb_raise(rb_eRangeError, "%u out of char range", code); rb_raise 2805 string.c rb_raise(rb_eRangeError, "invalid codepoint 0x%X in %s", code, rb_enc_name(enc)); rb_raise 2809 string.c rb_raise(rb_eRangeError, "%u out of char range", code); rb_raise 2815 string.c rb_raise(rb_eRangeError, "invalid codepoint 0x%X in %s", code, rb_enc_name(enc)); rb_raise 3217 string.c rb_raise(rb_eTypeError, "type mismatch: %s given", rb_raise 3386 string.c rb_raise(rb_eTypeError, "type mismatch: %s given", rb_raise 3424 string.c rb_raise(rb_eTypeError, "type mismatch: String given"); rb_raise 4209 string.c if (len < 0) rb_raise(rb_eIndexError, "negative length %ld", len); rb_raise 4217 string.c rb_raise(rb_eIndexError, "index %ld out of string", beg); rb_raise 4255 string.c rb_raise(rb_eIndexError, "regexp not matched"); rb_raise 4262 string.c rb_raise(rb_eIndexError, "index %d out of regexp", nth); rb_raise 4273 string.c rb_raise(rb_eIndexError, "regexp group %d not matched", nth); rb_raise 4304 string.c rb_raise(rb_eIndexError, "string not matched"); rb_raise 4598 string.c rb_raise(rb_eEncCompatError, "incompatible character encodings: %s and %s", rb_raise 4762 string.c rb_raise(rb_eRuntimeError, "block should not cheat"); rb_raise 4986 string.c rb_raise(rb_eIndexError, "index %ld out of string", pos); rb_raise 5297 string.c rb_raise(rb_eArgError, "invalid radix %d", base); rb_raise 5711 string.c rb_raise(rb_eEncCompatError, "incompatible encoding with this operation: %s", rb_raise 5722 string.c rb_raise(rb_eArgError, "too many options"); rb_raise 5729 string.c rb_raise(rb_eArgError, "invalid second option"); rb_raise 5738 string.c rb_raise(rb_eArgError, "invalid second option"); rb_raise 5742 string.c rb_raise(rb_eArgError, "too many options"); rb_raise 5749 string.c rb_raise(rb_eArgError, "option :fold only allowed for downcasing"); rb_raise 5752 string.c rb_raise(rb_eArgError, "invalid option"); rb_raise 5806 string.c rb_raise(rb_eArgError, "input string invalid"); rb_raise 5852 string.c rb_raise(rb_eArgError, "input string invalid"); rb_raise 6172 string.c rb_raise(rb_eArgError, rb_raise 6177 string.c rb_raise(rb_eArgError, "invalid range in string transliteration"); rb_raise 8339 string.c rb_raise(rb_eArgError, "salt too short (need >=2 bytes)"); rb_raise 8482 string.c rb_raise(rb_eArgError, "zero width padding"); rb_raise 8499 string.c rb_raise(rb_eArgError, "argument too big"); rb_raise 8680 string.c rb_raise(rb_eTypeError, "type mismatch: %s given", rb_raise 8771 string.c rb_raise(rb_eTypeError, "value of %"PRIsVALUE" must be String", rb_id2str(id)); rb_raise 8871 string.c if (len < 0) rb_raise(rb_eIndexError, "negative length %ld", len); rb_raise 8905 string.c rb_raise(rb_eArgError, "replacement must be valid byte sequence '%+"PRIsVALUE"'", str); rb_raise 8910 string.c rb_raise(rb_eEncCompatError, "incompatible character encodings: %s and %s", rb_raise 9392 string.c rb_raise(rb_eArgError, "no receiver given"); rb_raise 9608 string.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" is not a symbol", rb_raise 56 struct.c rb_raise(rb_eTypeError, "uninitialized struct"); rb_raise 59 struct.c rb_raise(rb_eTypeError, "corrupted struct"); rb_raise 70 struct.c rb_raise(rb_eTypeError, "struct size differs (%ld required %ld given)", rb_raise 139 struct.c rb_raise(rb_eTypeError, "uninitialized struct"); rb_raise 142 struct.c rb_raise(rb_eTypeError, "corrupted struct"); rb_raise 150 struct.c rb_raise(rb_eTypeError, rb_raise 162 struct.c rb_raise(rb_eTypeError, "struct size differs (%d required %ld given)", rb_raise 344 struct.c rb_raise(rb_eArgError, "duplicate member: %s", mem); rb_raise 509 struct.c rb_raise(rb_eArgError, "duplicate member: %"PRIsVALUE, mem); rb_raise 536 struct.c rb_raise(rb_eTypeError, "broken members"); rb_raise 553 struct.c rb_raise(rb_eArgError, "struct size differs"); rb_raise 812 struct.c rb_raise(rb_eTypeError, "struct size mismatch"); rb_raise 862 struct.c rb_raise(rb_eIndexError, "offset %ld too small for struct(size:%ld)", rb_raise 866 struct.c rb_raise(rb_eIndexError, "offset %ld too large for struct(size:%ld)", rb_raise 433 symbol.c rb_raise(rb_eEncodingError, "invalid symbol in encoding %s :%+"PRIsVALUE, rb_raise 595 symbol.c rb_raise(rb_eRuntimeError, "symbol table overflow (symbol %"PRIsVALUE")", rb_raise 718 symbol.c rb_raise(rb_eTypeError, "wrong argument type %s (expected Symbol)", rb_raise 943 symbol.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" is not a symbol nor a string", rb_raise 975 symbol.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" is not a symbol nor a string", rb_raise 689 thread.c rb_raise(rb_eThreadError, rb_raise 717 thread.c rb_raise(rb_eThreadError, "can't create Thread: %s", strerror(err)); rb_raise 752 thread.c rb_raise(rb_eThreadError, "can't alloc thread"); rb_raise 757 thread.c rb_raise(rb_eThreadError, "uninitialized thread - check `%"PRIsVALUE"#initialize'", rb_raise 785 thread.c rb_raise(rb_eThreadError, "must be called with a block"); rb_raise 792 thread.c rb_raise(rb_eThreadError, "already initialized thread"); rb_raise 796 thread.c rb_raise(rb_eThreadError, rb_raise 799 thread.c rb_raise(rb_eThreadError, rb_raise 876 thread.c rb_raise(rb_eThreadError, "Target thread must not be current thread"); rb_raise 879 thread.c rb_raise(rb_eThreadError, "Target thread must not be main thread"); rb_raise 1577 thread.c rb_raise(rb_eThreadError, "uninitialized thread"); rb_raise 1618 thread.c rb_raise(rb_eThreadError, "unknown mask signature"); rb_raise 1708 thread.c rb_raise(rb_eArgError, "unknown mask signature"); rb_raise 1834 thread.c rb_raise(rb_eArgError, "block is needed."); rb_raise 1899 thread.c rb_raise(rb_eTypeError, "class or module required for rescue clause"); rb_raise 2331 thread.c rb_raise(rb_eThreadError, "killed thread"); rb_raise 2401 thread.c rb_raise(rb_eThreadError, rb_raise 2923 thread.c rb_raise(rb_eArgError, "ASCII incompatible encoding (%s)", rb_raise 3718 thread.c rb_raise(rb_eIOError, "closed stream"); rb_raise 4285 thread.c rb_raise(rb_eThreadError, "can't move to the frozen thread group"); rb_raise 4289 thread.c rb_raise(rb_eThreadError, "can't move to the enclosed thread group"); rb_raise 4297 thread.c rb_raise(rb_eThreadError, "can't move from the frozen thread group"); rb_raise 4301 thread.c rb_raise(rb_eThreadError, rb_raise 4341 thread.c rb_raise(rb_eRuntimeError, "waiting count overflow"); rb_raise 4350 thread.c if (!w) rb_raise(rb_eRuntimeError, "waiting count underflow"); rb_raise 4394 thread.c rb_raise(rb_eThreadError, "destroyed thread shield - %p", (void *)self); rb_raise 4626 thread.c rb_raise(rb_eTypeError, "invalid inspect_tbl pair_list " rb_raise 850 thread_pthread.c rb_raise(rb_eNotImpError, "ruby engine can initialize only in the main thread"); rb_raise 1053 thread_pthread.c rb_raise(rb_eThreadError, "native_thread_join() failed (%d)", err); rb_raise 249 thread_sync.c rb_raise(rb_eThreadError, "can't be called from trap context"); rb_raise 254 thread_sync.c rb_raise(rb_eThreadError, "deadlock; recursive locking"); rb_raise 378 thread_sync.c if (err) rb_raise(rb_eThreadError, "%s", err); rb_raise 505 thread_sync.c rb_raise(rb_eThreadError, "must be called with a block"); rb_raise 548 thread_sync.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" not initialized", obj); rb_raise 606 thread_sync.c rb_raise(rb_eClosedQueueError, "queue closed"); rb_raise 789 thread_sync.c rb_raise(rb_eThreadError, "queue empty"); rb_raise 916 thread_sync.c rb_raise(rb_eArgError, "queue size must be positive"); rb_raise 971 thread_sync.c rb_raise(rb_eArgError, "queue size must be positive"); rb_raise 1018 thread_sync.c rb_raise(rb_eThreadError, "queue full"); rb_raise 1226 thread_sync.c rb_raise(rb_eTypeError, "can't dump %"PRIsVALUE, rb_obj_class(obj)); rb_raise 160 time.c rb_raise(rb_eTypeError, "unexpected divmod result: into %"PRIsVALUE, rb_raise 529 time.c rb_raise(rb_eTypeError, "can't convert nil into an exact number"); rb_raise 530 time.c rb_raise(rb_eTypeError, "can't convert %"PRIsVALUE" into an exact number", rb_raise 612 time.c rb_raise(rb_eRangeError, "negative value to convert into `time_t'"); rb_raise 614 time.c rb_raise(rb_eRangeError, "too big to convert into `time_t'"); rb_raise 618 time.c rb_raise(rb_eRangeError, "too big to convert into `time_t'"); rb_raise 1133 time.c rb_raise(rb_eArgError, "%s", errmsg); rb_raise 1417 time.c rb_raise(rb_eArgError, "localtimew error"); rb_raise 1423 time.c rb_raise(rb_eArgError, "localtimew error"); rb_raise 1432 time.c rb_raise(rb_eArgError, "localtimew error"); rb_raise 1437 time.c rb_raise(rb_eArgError, "localtimew error"); rb_raise 1446 time.c rb_raise(rb_eArgError, "localtimew error"); rb_raise 1451 time.c rb_raise(rb_eArgError, "localtimew error"); rb_raise 1682 time.c rb_raise(rb_eTypeError, "uninitialized %"PRIsVALUE, rb_obj_class(obj)); rb_raise 1693 time.c rb_raise(rb_eTypeError, "already initialized %"PRIsVALUE, rb_obj_class(obj)); rb_raise 1724 time.c rb_raise(rb_eArgError, "time out of system range"); rb_raise 1940 time.c rb_raise(rb_eArgError, "\"+HH:MM\" or \"-HH:MM\" expected for utc_offset"); rb_raise 2092 time.c rb_raise(rb_eRangeError, "out of Time range"); rb_raise 2100 time.c rb_raise(rb_eRangeError, "out of Time range"); rb_raise 2107 time.c rb_raise(rb_eArgError, "time must be positive"); rb_raise 2144 time.c rb_raise(rb_eRangeError, "out of Time range"); rb_raise 2152 time.c rb_raise(rb_eRangeError, "out of Time range"); rb_raise 2191 time.c rb_raise(rb_eArgError, "utc_offset out of range"); rb_raise 2227 time.c rb_raise(rb_eArgError, "%s must be positive", tstr); rb_raise 2233 time.c rb_raise(rb_eArgError, "%s must be positive", tstr); rb_raise 2251 time.c rb_raise(rb_eRangeError, "%f out of Time range", RFLOAT_VALUE(num)); rb_raise 2259 time.c rb_raise(rb_eArgError, "%s must be positive", tstr); rb_raise 2271 time.c rb_raise(rb_eArgError, "%s must be positive", tstr); rb_raise 2276 time.c rb_raise(rb_eTypeError, "can't convert %"PRIsVALUE" into %s", rb_raise 2424 time.c rb_raise(rb_eArgError, "argument out of range"); rb_raise 2427 time.c rb_raise(rb_eArgError, "argument out of range"); rb_raise 2503 time.c rb_raise(rb_eArgError, "utc_offset out of range"); rb_raise 2525 time.c rb_raise(rb_eArgError, "argument out of range"); rb_raise 3347 time.c rb_raise(rb_eArgError, "localtime error"); rb_raise 3426 time.c rb_raise(rb_eArgError, "gmtime error"); rb_raise 3456 time.c rb_raise(rb_eArgError, "gmtime error"); rb_raise 3627 time.c rb_raise(rb_eTypeError, "time + time?"); rb_raise 3746 time.c rb_raise(rb_eArgError, "negative ndigits given"); rb_raise 4235 time.c if (!str) rb_raise(rb_eArgError, "invalid format: %s", fmt); rb_raise 4438 time.c rb_raise(rb_eArgError, "format should have ASCII compatible encoding"); rb_raise 4451 time.c if (!str) rb_raise(rb_eArgError, "invalid format: %"PRIsVALUE, format); rb_raise 4478 time.c rb_raise(rb_eArgError, "year too big to marshal: %ld UTC", year); rb_raise 4481 time.c rb_raise(rb_eArgError, "year too big to marshal"); rb_raise 4605 time.c rb_raise(rb_eTypeError, "marshaled time format differ"); rb_raise 212 transcode.c rb_raise(rb_eArgError, "transcoder from %s to %s has been already registered", rb_raise 234 transcode.c rb_raise(rb_eArgError, "invalid library name - (null)"); rb_raise 707 transcode.c rb_raise(rb_eRuntimeError, "unknown transcoding instruction"); rb_raise 1832 transcode.c rb_raise(rb_eArgError, "too long string"); rb_raise 2317 transcode.c rb_raise(rb_eArgError, "too big fallback string"); rb_raise 2436 transcode.c rb_raise(rb_eArgError, "unknown value for invalid character option"); rb_raise 2446 transcode.c rb_raise(rb_eArgError, "unknown value for undefined character option"); rb_raise 2463 transcode.c rb_raise(rb_eArgError, "unexpected value for xml option: %"PRIsVALUE, rb_sym2str(v)); rb_raise 2466 transcode.c rb_raise(rb_eArgError, "unexpected value for xml option"); rb_raise 2487 transcode.c rb_raise(rb_eArgError, "unexpected value for newline option: %"PRIsVALUE, rb_raise 2491 transcode.c rb_raise(rb_eArgError, "unexpected value for newline option"); rb_raise 2540 transcode.c rb_raise(rb_eArgError, "replacement string is broken: %s as %s", rb_raise 2734 transcode.c rb_raise(rb_eArgError, "not fully converted, %"PRIdPTRDIFF" bytes left", sp+slen-fromp); rb_raise 3222 transcode.c rb_raise(rb_eArgError, "not a 2-element array in convpath"); rb_raise 3395 transcode.c rb_raise(rb_eTypeError, "already initialized"); rb_raise 3469 transcode.c rb_raise(rb_eTypeError, "uninitialized encoding converter"); rb_raise 3755 transcode.c rb_raise(rb_eArgError, "negative output_byteoffset"); rb_raise 3758 transcode.c rb_raise(rb_eArgError, "output_byteoffset too big"); rb_raise 3761 transcode.c rb_raise(rb_eArgError, "negative output_bytesize"); rb_raise 3768 transcode.c rb_raise(rb_eArgError, "output_byteoffset+output_bytesize too big"); rb_raise 3793 transcode.c rb_raise(rb_eArgError, "too long conversion result"); rb_raise 3869 transcode.c rb_raise(rb_eArgError, "converter already finished"); rb_raise 4071 transcode.c rb_raise(rb_eArgError, "too big string"); rb_raise 4183 transcode.c rb_raise(rb_eUndefinedConversionError, "replacement character setup failed"); rb_raise 4218 transcode.c rb_raise(rb_eUndefinedConversionError, "replacement character setup failed"); rb_raise 396 variable.c rb_raise(rb_eArgError, "invalid class path encoding (non ASCII)"); rb_raise 400 variable.c rb_raise(rb_eArgError, "can't retrieve anonymous class %"PRIsVALUE, rb_raise 413 variable.c rb_raise(rb_eArgError, "undefined class/module % "PRIsVALUE, rb_raise 418 variable.c rb_raise(rb_eTypeError, "%"PRIsVALUE" does not refer to class/module", rb_raise 698 variable.c rb_raise(rb_eSecurityError, "Insecure: tainted variable trace"); rb_raise 922 variable.c rb_raise(rb_eRuntimeError, "can't alias in tracer"); rb_raise 1337 variable.c rb_raise(rb_eArgError, "too many instance variables"); rb_raise 1933 variable.c rb_raise(rb_eArgError, "empty file name"); rb_raise 1948 variable.c rb_raise(rb_eNameError, "autoload must be constant name: %"PRIsVALUE"", rb_raise 1954 variable.c rb_raise(rb_eArgError, "empty file name"); rb_raise 2032 variable.c rb_raise(rb_eArgError, "empty file name"); rb_raise 2576 variable.c rb_raise(rb_eTypeError, "no class/module to define constant %"PRIsVALUE"", rb_raise 311 vm.c rb_raise(rb_eTypeError, "non-hash or symbol given"); rb_raise 337 vm.c rb_raise(rb_eArgError, "unknown key: %"PRIsVALUE, rb_sym2str(key)); rb_raise 349 vm.c rb_raise(rb_eTypeError, "Not a toplevel InstructionSequence"); rb_raise 846 vm.c rb_raise(rb_eRuntimeError, "Can't create Binding Object on top of Fiber."); rb_raise 1266 vm.c rb_raise(rb_eRuntimeError, "Can't call on top of Fiber or Thread"); rb_raise 2453 vm.c rb_raise(rb_eTypeError, "no class/module to add method"); rb_raise 792 vm_args.c rb_raise(rb_eTypeError, rb_raise 844 vm_backtrace.c rb_raise(rb_eArgError, "negative level (%ld)", lev); rb_raise 862 vm_backtrace.c rb_raise(rb_eArgError, "negative level (%ld)", lev); rb_raise 865 vm_backtrace.c rb_raise(rb_eArgError, "negative size (%ld)", n); rb_raise 1204 vm_backtrace.c rb_raise(rb_eArgError, "no such frame"); rb_raise 301 vm_eval.c rb_raise(rb_eRuntimeError, "no self, no life"); rb_raise 535 vm_eval.c rb_raise(rb_eNotImpError, rb_raise 541 vm_eval.c rb_raise(rb_eNotImpError, rb_raise 550 vm_eval.c rb_raise(rb_eNotImpError, rb_raise 555 vm_eval.c rb_raise(rb_eNotImpError, rb_raise 560 vm_eval.c rb_raise(rb_eNotImpError, rb_raise 711 vm_eval.c rb_raise(rb_eArgError, "no method name given"); rb_raise 715 vm_eval.c rb_raise(e, "method name must be a Symbol but %"PRIsVALUE" is given", rb_raise 925 vm_eval.c rb_raise(rb_eArgError, "no method name given"); rb_raise 1073 vm_eval.c rb_raise(rb_eArgError, "not an array"); rb_raise 1341 vm_eval.c rb_raise(rb_eRuntimeError, "Can't eval on top of Fiber or Thread"); rb_raise 654 vm_insnhelper.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" is not a class/module", klass); rb_raise 763 vm_insnhelper.c rb_raise(rb_eTypeError, "no class variables available"); rb_raise 862 vm_insnhelper.c rb_raise(rb_eArgError, "too many instance variables"); rb_raise 1224 vm_insnhelper.c rb_raise(rb_eTypeError, "class or module required for rescue clause"); rb_raise 1809 vm_insnhelper.c rb_raise(rb_eArgError, "no method name given"); rb_raise 2222 vm_insnhelper.c rb_raise(rb_eNoMethodError, "super called outside of method"); rb_raise 2250 vm_insnhelper.c rb_raise(rb_eTypeError, rb_raise 2257 vm_insnhelper.c rb_raise(rb_eRuntimeError, rb_raise 138 vm_method.c if (argc < -2 || 15 < argc) rb_raise(rb_eArgError, "arity out of range: %d for -2..15", argc); rb_raise 1170 vm_method.c rb_raise(rb_eTypeError, "no class to undef method"); rb_raise 1523 vm_method.c rb_raise(rb_eTypeError, "no class to make alias"); rb_raise 1823 vm_method.c rb_raise(rb_eTypeError, "module_function must be called for modules"); rb_raise 1933 vm_method.c rb_raise(rb_eArgError, rb_raise 109 vm_trace.c rb_raise(rb_eTypeError, "Can not specify normal event and internal event simultaneously."); rb_raise 500 vm_trace.c rb_raise(rb_eTypeError, "trace_func needs to be Proc"); rb_raise 511 vm_trace.c rb_raise(rb_eTypeError, "trace_func needs to be Proc"); rb_raise 710 vm_trace.c rb_raise(rb_eArgError, "unknown event: %"PRIsVALUE, rb_sym2str(sym)); rb_raise 726 vm_trace.c rb_raise(rb_eRuntimeError, "access from outside"); rb_raise 841 vm_trace.c rb_raise(rb_eRuntimeError, "not supported by this event"); rb_raise 856 vm_trace.c rb_raise(rb_eRuntimeError, "not supported by this event"); rb_raise 871 vm_trace.c rb_raise(rb_eRuntimeError, "not supported by this event"); rb_raise 1285 vm_trace.c rb_raise(rb_eThreadError, "must be called with a block"); rb_raise 357 win32/file.c rb_raise(rb_eRangeError, "path (%ld bytes) is too long", rb_raise 375 win32/file.c rb_raise(rb_eArgError, "couldn't find HOME environment -- expanding `~'"); rb_raise 382 win32/file.c rb_raise(rb_eArgError, "non-absolute home"); rb_raise 440 win32/file.c rb_raise(rb_eRangeError, "base directory (%ld bytes) is too long", rb_raise 457 win32/file.c rb_raise(rb_eArgError, "couldn't find HOME environment -- expanding `~'"); rb_raise 465 win32/file.c rb_raise(rb_eArgError, "non-absolute home");