lib/marvin/exceptions.rb in Sutto-marvin-0.1.20081115 vs lib/marvin/exceptions.rb in Sutto-marvin-0.1.20081120

- old
+ new

@@ -3,6 +3,9 @@ class Error < StandardError; end # Used to stop the flow of handler chains. class HaltHandlerProcessing < Error; end + # Used for when an expression can't be parsed + class UnparseableMessage < Error; end + end \ No newline at end of file