Sha256: 875b15ec4f68fb262f738a5693720d6662e5638e729c14463feeb6a859a84d63
Contents?: true
Size: 235 Bytes
Versions: 15
Compression:
Stored size: 235 Bytes
Contents
# coding: utf-8 module Fig # Bad user! Bad! (Indicates we should exit with an error, but because it's # a user caused issue, it's not a bug and should not produce a stack trace.) class UserInputError < StandardError end end
Version data entries
15 entries across 15 versions & 1 rubygems