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