infobloxopen / infoblox-ansible

Ansible modules for interfacing to Infoblox systems
GNU General Public License v3.0
54 stars 61 forks source link

Move handle_exception to WapiBase #224

Closed evilhamsterman closed 1 month ago

evilhamsterman commented 3 months ago

Everything inherits from WapiBase and everything should have a handle_exception method so move the method from just the WapiLookup class to the base so that everything at least has a general way to handle exceptions.

Fixes #223