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