class FastlaneCore::FastlanePtyError
Attributes
exit_status[R]
Public Class Methods
new(e, exit_status)
click to toggle source
Calls superclass method
# File fastlane_core/lib/fastlane_core/fastlane_pty.rb, line 14 def initialize(e, exit_status) super(e) set_backtrace(e.backtrace) if e @exit_status = exit_status end