diff options
Diffstat (limited to 'lib/racc/exception.rb')
| -rw-r--r-- | lib/racc/exception.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/racc/exception.rb b/lib/racc/exception.rb deleted file mode 100644 index 0069ca3443..0000000000 --- a/lib/racc/exception.rb +++ /dev/null @@ -1,13 +0,0 @@ -# -# $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 |
