Sha256: a488335fd726bf94bcef6d31e5139c6ffab8c92db0a44689e98bf3da95db08d7
Contents?: true
Size: 378 Bytes
Versions: 73
Compression:
Stored size: 378 Bytes
Contents
require_relative 'fastlane_exception' module FastlaneCore class Interface class FastlaneCrash < FastlaneException def prefix '[FASTLANE_CRASH]' end def trimmed_backtrace trim_backtrace(method_name: 'crash!') end def could_contain_pii? caused_by_calling_ui_method?(method_name: 'crash!') end end end end
Version data entries
73 entries across 73 versions & 1 rubygems