
Adding some basic classes around redfish client. Change-Id: I5cd581470c0620845992263e323e3f3e1c9767f2 Signed-off-by: jpike <jason.pike@windriver.com>
7 lines
113 B
Python
7 lines
113 B
Python
class RedFishClientUnreachable(Exception):
|
|
"""
|
|
Class for RedFish Unreachable exception
|
|
"""
|
|
|
|
pass
|