Sha256: 39767f855280490af924ca6b414eefa5e13fc44922c9de3c85cd3bd6a92aaeca
Contents?: true
Size: 396 Bytes
Versions: 5
Compression:
Stored size: 396 Bytes
Contents
module Babygitter module Errorclasses # Standard Error, happens when there is no branch called master and no master branch is given in the options class NoMasterBranchError < StandardError end # Standard Error, happens when the master branch name given doesn't exist in the repo. class NoBranchWithNameGivenError < StandardError end end end
Version data entries
5 entries across 5 versions & 1 rubygems