Exception: Appear::MacToolError

Inherits:
Error
  • Object
show all
Defined in:
lib/appear/mac_os.rb

Overview

Raised if our helper program returns an error.

Instance Method Summary collapse

Constructor Details

#initialize(message, stack) ⇒ MacToolError

Returns a new instance of MacToolError.



9
10
11
# File 'lib/appear/mac_os.rb', line 9

def initialize(message, stack)
  super("Mac error #{message.inspect}\n#{stack}")
end