type=class
superclass=StandardError
included=
extended=
dynamically_included=
dynamically_extended=
library=_builtin
aliases=
aliasof=

正規表現のコンパイルに失敗したときに発生します。

例:

  $ ruby -e 'Regexp.compile("*")'
  -e:1:in `initialize': target of repeat operator is not specified: /*/ (RegexpError)
          from -e:1:in `Regexp#compile'
          from -e:1
