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.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/racc/exception.rb b/lib/racc/exception.rb
deleted file mode 100644
index c11dc2e43e..0000000000
--- a/lib/racc/exception.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-#--
-#
-#
-#
-# 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