Exception: Liquidscript::UnknownDirectiveError
- Inherits:
-
CompileError
- Object
- StandardError
- Error
- CompileError
- Liquidscript::UnknownDirectiveError
- Defined in:
- lib/liquidscript/errors.rb
Instance Method Summary collapse
-
#initialize(directive) ⇒ UnknownDirectiveError
constructor
A new instance of UnknownDirectiveError.
Constructor Details
#initialize(directive) ⇒ UnknownDirectiveError
Returns a new instance of UnknownDirectiveError.
18 19 20 |
# File 'lib/liquidscript/errors.rb', line 18 def initialize(directive) super "Unkown directive: #{directive}" end |