summaryrefslogtreecommitdiff
path: root/lib/racc/exception.rb
blob: 0069ca34435726892ced335c7f7c45c716002250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $Id: ebb9798ad0b211e031670a12a1ab154678c1c8f3 $
#
# 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