Sha256: 4b85ebb8813854a3728ade9e99c1f349495513f273656038a130fd667ff67fb6
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
module AnsibleTowerClient class Error < StandardError; end class ClientError < Error; end class NoMethodError < Error; end class ConnectionError < ClientError; end class ResourceNotFoundError < ClientError; end class SSLError < ClientError; end class UnlicensedFeatureError < ClientError; end class UnsupportedApiError < ClientError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ansible_tower_client-0.16.0 | lib/ansible_tower_client/exception.rb |