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
Implement an error package consisting of an Error struct, derived from std::exception, along with a function for creating and formatting new error objects.
Implement an
errorpackage consisting of anErrorstruct, derived fromstd::exception, along with a function for creating and formatting new error objects.