mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-01 10:15:03 -05:00
Other processors will be lazy-loaded when necessary (and prompt the user to install them when necessary).
6 lines
64 B
Ruby
6 lines
64 B
Ruby
module Jekyll
|
|
|
|
class FatalException < StandardError
|
|
end
|
|
|
|
end |