Sha256: 33472b09f2d0a8e2b189ab5290f0cb28059ad777dda2fdbc0a4ba797c89721e8

Contents?: true

Size: 388 Bytes

Versions: 7

Compression:

Stored size: 388 Bytes

Contents

# -*- coding: utf-8 -*-
#
#--
# Copyright (C) 2009-2013 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

7 entries across 7 versions & 1 rubygems

Version Path
kramdown-1.3.1 lib/kramdown/error.rb
kramdown-1.3.0 lib/kramdown/error.rb
kramdown-1.2.0 lib/kramdown/error.rb
kramdown-1.1.0 lib/kramdown/error.rb
kramdown-1.0.2 lib/kramdown/error.rb
kramdown-1.0.1 lib/kramdown/error.rb
kramdown-1.0.0 lib/kramdown/error.rb