mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
5 lines
63 B
Ruby
5 lines
63 B
Ruby
module Jekyll
|
|
class FatalException < StandardError
|
|
end
|
|
end
|