Exception: JadePug::CompilerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jade-pug/errors/compiler-error.rb

Overview

Used when something is wrong with shipped engine compiler, for example:

  • when compiler source couldn’t be read (file is missing or permissions problem?)

  • when compiler couldn’t be compiled (when ExecJS fails to compile JavaScript code)

Direct Known Subclasses

Jade::CompilerError, Pug::CompilerError