diff --git a/Library/Homebrew/cask/exceptions.rb b/Library/Homebrew/cask/exceptions.rb index 48ba8cd6fc69b937c219571281ab905763d6bf5e..9614b6780e51065653dbba4e1ad1b09af990ebb9 100644 --- a/Library/Homebrew/cask/exceptions.rb +++ b/Library/Homebrew/cask/exceptions.rb @@ -5,7 +5,7 @@ module Cask class MultipleCaskErrors < CaskError def initialize(errors) - super + super() @errors = errors end @@ -172,7 +172,7 @@ module Cask attr_reader :path, :reason def initialize(path, reason) - super + super() @path = path @reason = reason