Sha256: af0e80eec5cea4ca0837044d6fce3d2b72f5808888bece8823e12af3d8d14f4f
Contents?: true
Size: 388 Bytes
Versions: 75
Compression:
Stored size: 388 Bytes
Contents
# -*- 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
Version data entries
75 entries across 72 versions & 18 rubygems