Exception: Liquidscript::UnknownDirectiveError
- Inherits:
-
DirectiveError
- Object
- StandardError
- Error
- CompileError
- DirectiveError
- 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.
21 22 23 |
# File 'lib/liquidscript/errors.rb', line 21 def initialize(directive) super "Unkown directive: #{directive}" end |