Sha256: 4e95b379f063d087a78b09d57308195c1ab5e1aee295f910dec03f7a09958f36
Contents?: true
Size: 388 Bytes
Versions: 15
Compression:
Stored size: 388 Bytes
Contents
# -*- coding: utf-8 -*- # #-- # Copyright (C) 2009-2015 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
15 entries across 14 versions & 6 rubygems