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