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
They way exception classes work in web.api.user.exceptions is structurally different from the way they work in web.api.user.artpiece.excpetions. The latter module inherits the InvalidUsage class from the former and defines subclasses, while the former just adds new methods to the InvalidUsage class.
These should structurally work the same way for consistency of usage.
The text was updated successfully, but these errors were encountered:
They way exception classes work in web.api.user.exceptions is structurally different from the way they work in web.api.user.artpiece.excpetions. The latter module inherits the InvalidUsage class from the former and defines subclasses, while the former just adds new methods to the InvalidUsage class.
These should structurally work the same way for consistency of usage.
The text was updated successfully, but these errors were encountered: