lib/macros4cuke/exceptions.rb in macros4cuke-0.5.07 vs lib/macros4cuke/exceptions.rb in macros4cuke-0.5.08
- old
+ new
@@ -1,9 +1,8 @@
# File: exceptions.rb
module Macros4Cuke # Module used as a namespace
-
# @abstract
# Base class for any exception explicitly raised in the Macros4Cuke methods.
class Macros4CukeError < StandardError
end # class
@@ -141,10 +140,8 @@
# Raised when Macros4Cuke encountered an issue
# that it can't handle properly.
class InternalError < Macros4CukeError
end # class
-
-
end # module
# End of file