Exception: Regexp::Syntax::MissingSyntaxSpecError
- Inherits:
-
SyntaxError
- Object
- StandardError
- SyntaxError
- Regexp::Syntax::MissingSyntaxSpecError
- Defined in:
- lib/regexp_parser/syntax.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ MissingSyntaxSpecError
constructor
A new instance of MissingSyntaxSpecError.
Constructor Details
#initialize(name) ⇒ MissingSyntaxSpecError
Returns a new instance of MissingSyntaxSpecError.
18 19 20 |
# File 'lib/regexp_parser/syntax.rb', line 18 def initialize(name) super "Missing syntax specification file for '#{name}'" end |