summaryrefslogtreecommitdiff
path: root/lib/racc/exception.rb
blob: bd46fcb323207d51870cd8eaf34f37b94cd639b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $Id: d5858363d1d4a4b5a2ca8d193b5153a49312188e $
#
# Copyright (c) 1999-2006 Minero Aoki
#
# This program is free software.
# You can distribute/modify this program under the same terms of ruby.
# see the file "COPYING".

module Racc
  class Error < StandardError; end
  class CompileError < Error; end
end