Files
jekyll/lib/jekyll/errors.rb
Tom Preston-Werner de8bd48154 Maruku is now the only processor dependency installed by default. Closes #57.
Other processors will be lazy-loaded when necessary (and prompt the
user to install them when necessary).
2010-06-22 15:17:39 -07:00

6 lines
64 B
Ruby

module Jekyll
class FatalException < StandardError
end
end