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