You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor package exception class names to improve clarity
Change package exception names to more clearly delineate the top level
‘package’ exception class (now ‘ciscosparkapiException’) from the
exceptions raised in response to error response codes from the Spark
cloud (now ‘SparkApiError’).
Also update module code organization to consistently place module
constants immediately following the module’s import statements.
0 commit comments