Sha256: 848c24ee1410848e68e9cd96a7f173936eca4008909e06c77b8e79ca0f3e1d10
Contents?: true
Size: 193 Bytes
Versions: 3
Compression:
Stored size: 193 Bytes
Contents
module GitHandler class Error < StandardError ; end class SessionError < Error ; end class ParseError < Error ; end class ConfigurationError < Error ; end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
git_handler-0.2.2 | lib/git_handler/errors.rb |
git_handler-0.2.1 | lib/git_handler/errors.rb |
git_handler-0.2.0 | lib/git_handler/errors.rb |