Sha256: 54d28d0e56eaf78a50061d6e5c59a6f502fab9a94cae7f83650c128196dd6211

Contents?: true

Size: 609 Bytes

Versions: 2

Compression:

Stored size: 609 Bytes

Contents

module Clickatell
  
  class AuthenticationFailed < Exception
  end
  
  class UnknownUsernameOrPassword < Exception
  end
  
  class AccountFrozen < Exception
  end
  
  class IPLockdownViolation < Exception
  end
  
  class InvalidNumber < Exception
  end
  
  class EmptyMessage < Exception
  end
  
  class InvalidAPIID < Exception
  end
  
  class MessageTooLong < Exception
  end
  
  class NumberBlocked < Exception
  end
  
  class NumberDelisted < Exception
  end
  
  class NoCreditLeft < Exception
  end
  
  class MaxAllowedCredit < Exception
  end
  
  class UnknownError < Exception
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reddavis-clickatell-0.0.1 lib/clickatell/exceptions.rb
reddavis-clickatell-0.0.0 lib/clickatell/exceptions.rb