Exception: Pug::CompilationError

Inherits:
JadePug::CompilationError show all
Defined in:
lib/pug-ruby/errors/compilation-error.rb

Overview

Used for template compilation errors, for example:

  • any template engine errors

  • syntax errors in template

  • any JavaScript exceptions (they are caught by ExecJS)