Sha256: 817837ab424fc3d6b1f542a3f7e8289d6410fb5380af952362457a0dd1913e40
Contents?: true
Size: 417 Bytes
Versions: 17
Compression:
Stored size: 417 Bytes
Contents
# -*- coding: utf-8; frozen_string_literal: true -*- # #-- # Copyright (C) 2009-2019 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
17 entries across 17 versions & 4 rubygems