lib/daemons/exceptions.rb in daemons-1.2.3 vs lib/daemons/exceptions.rb in daemons-1.2.4

- old
+ new

@@ -1,7 +1,6 @@ - module Daemons - class Exception < ::RuntimeError + class Exception < RuntimeError end class RuntimeException < Exception end