nicojensen.de/vendor/bundle/gems/kramdown-1.17.0/lib/kramdown/error.rb
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

17 lines
388 B
Ruby

# -*- coding: utf-8 -*-
#
#--
# Copyright (C) 2009-2016 Thomas Leitner <t_leitner@gmx.at>
#
# This file is part of kramdown which is licensed under the MIT.
#++
#
module Kramdown
# This error is raised when an error condition is encountered.
#
# *Note* that this error is only raised by the support framework for the parsers and converters.
class Error < RuntimeError; end
end