lib/review/exception.rb in review-0.6.0 vs lib/review/exception.rb in review-0.9.0

- old
+ new

@@ -15,7 +15,7 @@ class ApplicationError < Error; end class ConfigError < ApplicationError; end class CompileError < ApplicationError; end class SyntaxError < CompileError; end class FileNotFound < ApplicationError; end - + class KeyError < CompileError; end end