Sha256: a7bea14d7246d03e3b0a67a1eded10eb4e9013431ece29abaa0529d9c451d4d3

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

require_relative 'fastlane_exception'

module FastlaneCore
  class Interface
    class FastlaneCrash < FastlaneException
      def prefix
        '[FASTLANE_CRASH]'
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane_core/lib/fastlane_core/ui/errors/fastlane_crash.rb
fastlane_hotfix-2.165.0 fastlane_core/lib/fastlane_core/ui/errors/fastlane_crash.rb
fastlane_hotfix-2.187.0 fastlane_core/lib/fastlane_core/ui/errors/fastlane_crash.rb