Sha256: 36b969ea7b093bccd0681fbeb01c1434208376a83baaefe68997d11809577d02
Contents?: true
Size: 225 Bytes
Versions: 22
Compression:
Stored size: 225 Bytes
Contents
# coding: utf-8 module I18n module Tasks # When this type of error is caught: # 1. show error message of the backtrace # 2. exit with non-zero exit code class CommandError < StandardError end end end
Version data entries
22 entries across 22 versions & 1 rubygems