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
At the moment we use standard exception types in some error situations that could really use a custom exception type, e.g. fetch of non-existing artifact throws ValueError, it would be much better to have a MissingArtifactException or similar. This issue should cover the obvious cases.
The text was updated successfully, but these errors were encountered:
At the moment we use standard exception types in some error situations that could really use a custom exception type, e.g.
fetch
of non-existing artifact throwsValueError
, it would be much better to have aMissingArtifactException
or similar. This issue should cover the obvious cases.The text was updated successfully, but these errors were encountered: