Exception: CrossPlane::NgxParserSyntaxError
- Inherits:
-
NgxParserBaseException
- Object
- StandardError
- NgxParserBaseException
- CrossPlane::NgxParserSyntaxError
- Defined in:
- lib/crossplane/errors.rb
Instance Attribute Summary
Attributes inherited from NgxParserBaseException
Instance Method Summary collapse
-
#initialize(filename, lineno, strerror) ⇒ NgxParserSyntaxError
constructor
A new instance of NgxParserSyntaxError.
Constructor Details
#initialize(filename, lineno, strerror) ⇒ NgxParserSyntaxError
Returns a new instance of NgxParserSyntaxError.
36 37 38 |
# File 'lib/crossplane/errors.rb', line 36 def initialize(filename, lineno, strerror) super(filename, lineno, strerror) end |