Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > RegexpErrorクラス
クラスの継承リスト: RegexpError < StandardError < Exception < Object < Kernel < BasicObject
正規表現のコンパイルに失敗したときに発生します。
例:
$ 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