Exception: Pug::CompilerError

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

Overview

Used when something is wrong with shipped Pug 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)