Sha256: 4fa89be69af29c121b5420b8884817894fc88da4fa6b1cb0392d7208859664c3
Contents?: true
Size: 166 Bytes
Versions: 1
Compression:
Stored size: 166 Bytes
Contents
module AnsibleTowerClient class Error < Exception; end class ConnectionError < Error; end class NoMethodError < Error; end class ClientError < Error; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ansible_tower_client-0.5.0 | lib/ansible_tower_client/exception.rb |