Exception: FastlaneCore::Interface::FastlaneError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fastlane_core/ui/interface.rb

Overview

raised from user_error!

Errors: Different kinds of exceptions collapse

Errors: Different kinds of exceptions collapse

Constructor Details

#initialize(show_github_issues: false) ⇒ FastlaneError

Returns a new instance of FastlaneError.



122
123
124
# File 'lib/fastlane_core/ui/interface.rb', line 122

def initialize(show_github_issues: false)
  @show_github_issues = show_github_issues
end

Instance Attribute Details

#show_github_issuesObject (readonly)

Returns the value of attribute show_github_issues.



120
121
122
# File 'lib/fastlane_core/ui/interface.rb', line 120

def show_github_issues
  @show_github_issues
end