class HomebrewAutomation::Bottle::Error

Attributes

original[R]

Public Class Methods

new(msg, original:) click to toggle source
Calls superclass method
# File lib/homebrew_automation/bottle.rb, line 15
def initialize(msg, original:)
  @original = original
  super(msg)
end