Sha256: 5ef211810bc8b28ba24d7cbfa29f3fbdb14240e3142de4b68718b044e2f68aff
Contents?: true
Size: 336 Bytes
Versions: 4
Compression:
Stored size: 336 Bytes
Contents
module Lumberg # WHM Exception for when an argument is invalid, missing, etc. class WhmArgumentError < ArgumentError; end # WHM Exception for when a connection fails class WhmConnectionError < ArgumentError; end # WHM Exception for when a request is performed on an invalid user class WhmInvalidUser < RuntimeError; end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lumberg-4.1.0 | lib/lumberg/exceptions.rb |
lumberg-4.0.0 | lib/lumberg/exceptions.rb |
lumberg-3.1.0 | lib/lumberg/exceptions.rb |
lumberg-3.0.0 | lib/lumberg/exceptions.rb |