Exception: RegexpError

Inherits:
StandardError show all

Overview

Raised when given an invalid regexp expression.

Regexp.new("?")

raises the exception:

RegexpError: target of repeat operator is not specified: /?/

Method Summary

Methods inherited from Exception

#==, #backtrace, exception, #exception, #initialize, #inspect, log_exceptions, log_exceptions=, #message, #set_backtrace, #to_s

Constructor Details

This class inherits a constructor from Exception