Sha256: 05cfc3b55f1e998fa0df7df99a1b42a9a8fa0e29ea5b1e7eeafd34b9faca4e00
Contents?: true
Size: 206 Bytes
Versions: 3
Compression:
Stored size: 206 Bytes
Contents
require_relative 'fastlane_exception' module FastlaneCore class Interface class FastlaneShellError < FastlaneException def prefix '[SHELL_ERROR]' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems