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
NotImplementedException is often used to mark methods which must be implemented for the overall functionality to be complete, but which the developer wants to implement later. That's as opposed to the NotSupportedException which is thrown by methods which are required by base classes or interfaces, but which are not appropriate to the current class.
The text was updated successfully, but these errors were encountered:
RSPEC-3717
NotImplementedException
is often used to mark methods which must be implemented for the overall functionality to be complete, but which the developer wants to implement later. That's as opposed to theNotSupportedException
which is thrown by methods which are required by base classes or interfaces, but which are not appropriate to the current class.The text was updated successfully, but these errors were encountered: