Sha256: 47559807312039725ed908814e2bd7d2e074d3b0a8347e74090a29da182c9457
Contents?: true
Size: 195 Bytes
Versions: 588
Compression:
Stored size: 195 Bytes
Contents
require_relative 'fastlane_exception' module FastlaneCore class Interface class FastlaneShellError < FastlaneException def prefix '[SHELL_ERROR]' end end end end
Version data entries
588 entries across 588 versions & 5 rubygems