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
// Create a class Exception that stores information like error number and error message. Use constructor to initialize data members and a member function to display their values. In main function user will enter 2 int type numbers say a and b using divide function calculate division of both numbers if value of b is zero then throw exception class object and print error code and error message