Sha256: c367c4786e98ac16b67da0550027a4322c5bf16f6270fc1a0764d1d8a9a54c77

Contents?: true

Size: 610 Bytes

Versions: 14

Compression:

Stored size: 610 Bytes

Contents

#
# Copyright (c) 2007-2017 Minero Aoki, Kenshi Muto
#               2002-2007 Minero Aoki
#
# This program is free software.
# You can distribute or modify this program under the terms of
# the GNU LGPL, Lesser General Public License version 2.1.
# For details of the GNU LGPL, see the file "COPYING".
#

module ReVIEW
  class Error < ::StandardError; end
  class ApplicationError < Error; end
  class ConfigError < ApplicationError; end
  class CompileError < ApplicationError; end
  class SyntaxError < CompileError; end
  class FileNotFound < ApplicationError; end
  class KeyError < CompileError; end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
review-5.0.0 lib/review/exception.rb
review-4.2.0 lib/review/exception.rb
review-4.1.0 lib/review/exception.rb
review-4.0.0 lib/review/exception.rb
review-3.2.0 lib/review/exception.rb
review-3.1.0 lib/review/exception.rb
review-3.0.0 lib/review/exception.rb
review-3.0.0.rc1 lib/review/exception.rb
review-3.0.0.preview4 lib/review/exception.rb
review-3.0.0.preview3 lib/review/exception.rb
review-3.0.0.preview2 lib/review/exception.rb
review-3.0.0.preview1 lib/review/exception.rb
review-2.5.0 lib/review/exception.rb
review-2.4.0 lib/review/exception.rb