Sha256: eb4fb3361c221766a0e47569319b8a8a4424567eb0a658b606fa5de3c5796981

Contents?: true

Size: 239 Bytes

Versions: 9

Compression:

Stored size: 239 Bytes

Contents

module Centaman
  module Exceptions
    class CentamanError < StandardError; end
    class CentamanTimeout < CentamanError; end
    class CentamanUnauthorized < CentamanError; end
    class CentamanEmailError< CentamanError; end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
centaman-8.0.0 lib/centaman/exceptions.rb
centaman-7.0.5 lib/centaman/exceptions.rb
centaman-7.0.4 lib/centaman/exceptions.rb
centaman-7.0.3 lib/centaman/exceptions.rb
centaman-7.0.2 lib/centaman/exceptions.rb
centaman-7.0.1 lib/centaman/exceptions.rb
centaman-7.0.0 lib/centaman/exceptions.rb
centaman-6.0.8 lib/centaman/exceptions.rb
centaman-6.0.7 lib/centaman/exceptions.rb