Exception: CrossPlane::NgxParserSyntaxError

Inherits:
NgxParserBaseException show all
Defined in:
lib/crossplane/errors.rb

Instance Attribute Summary

Attributes inherited from NgxParserBaseException

#filename, #lineno, #strerror

Instance Method Summary collapse

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