Files
jekyll/lib/jekyll/errors.rb
2013-01-20 00:00:49 +00:00

5 lines
63 B
Ruby

module Jekyll
class FatalException < StandardError
end
end