Sha256: f8ff536dbde18dd432167fc6521202bf3df3e7a7ff45988ee708695bf9035348
Contents?: true
Size: 328 Bytes
Versions: 1
Compression:
Stored size: 328 Bytes
Contents
module Tankard module Error ConfigurationError = Class.new(::StandardError) MissingParameter = Class.new(::StandardError) HttpError = Class.new(::StandardError) LoadError = Class.new(::StandardError) InvalidResponse = Class.new(::StandardError) ApiKeyUnauthorized = Class.new(::StandardError) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tankard-0.1.0 | lib/tankard/error.rb |