Sha256: bbd150eeb01b725921ff5ce39487d85a7d507462c174e152fc8b6674a74853b4
Contents?: true
Size: 263 Bytes
Versions: 9
Compression:
Stored size: 263 Bytes
Contents
module BirdGrinder # A generic error related to anything broken in BirdGrinder class Error < StandardError; end # An error notifying you that username and password are missing from config/settings.yml class MissingAuthDetails < Error; end end
Version data entries
9 entries across 9 versions & 1 rubygems