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