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
Raise OverkizError instead of ValueError for API data issues
DeviceIdentifier.from_device_url() and Device validation now raise
OverkizError, consistent with the rest of the exception hierarchy.
ValueError is reserved for programming errors (wrong argument types).
0 commit comments