class FastlaneCore::Interface::FastlaneError

raised from user_error!

Attributes

show_github_issues[R]

Public Class Methods

new(show_github_issues: false) click to toggle source
# File lib/fastlane_core/ui/interface.rb, line 122
def initialize(show_github_issues: false)
  @show_github_issues = show_github_issues
end