Class: Rbscmlex::MissingRightParenthesisError

Inherits:
Error
  • Object
show all
Defined in:
lib/rbscmlex/missing.rb

Overview

Indicates a mismatch of parenthesizes.

Instance Method Summary collapse

Constructor Details

#initializeMissingRightParenthesisError

Returns a new instance of MissingRightParenthesisError.



21
22
23
# File 'lib/rbscmlex/missing.rb', line 21

def initialize
  super(EMSG[:missing_right_parenthesis])
end