Sha256: c3edc98702c273f9479a3411b57fb7549910239a2823a6a3ef6ddc3f56032dc9
Contents?: true
Size: 293 Bytes
Versions: 1
Compression:
Stored size: 293 Bytes
Contents
module ErrandBoy class InvalidError < StandardError; end class NoActionError < StandardError; end class NoRequestError < StandardError; end class NoProviderError < StandardError; end class GitExecuteError < StandardError; end class SlackInviteMissingError < StandardError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
errand-boy-0.1.0 | lib/errand_boy/error.rb |