Sha256: 654327cb9c2456f549195bf2b6cc83ff5c17a2235aa9c0032836ad8aacd24508
Contents?: true
Size: 193 Bytes
Versions: 587
Compression:
Stored size: 193 Bytes
Contents
require_relative 'fastlane_exception' module FastlaneCore class Interface class FastlaneCrash < FastlaneException def prefix '[FASTLANE_CRASH]' end end end end
Version data entries
587 entries across 587 versions & 5 rubygems