Sha256: 85a01f0509d2fa893500ca80f167c4b98ddadfc53ab9961df03fcb4bc26a6da5
Contents?: true
Size: 157 Bytes
Versions: 15
Compression:
Stored size: 157 Bytes
Contents
# coding: utf-8 require 'fig/user_input_error' module Fig # A problem within/related to a repository. class RepositoryError < UserInputError end end
Version data entries
15 entries across 15 versions & 1 rubygems