Sha256: d9d7de3ddfc7b4a886ff417a64514085f4de853aa14b9f4f5441e3a70d9e8532
Contents?: true
Size: 201 Bytes
Versions: 4
Compression:
Stored size: 201 Bytes
Contents
module GithubStatusNotifier class GithubStatusNotifierError < StandardError; end class ArgumentError < GithubStatusNotifierError; end class InvalidStateError < GithubStatusNotifierError; end end
Version data entries
4 entries across 4 versions & 1 rubygems