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