base exception class

  • Thread starter Thread starter Nathan Franklin
  • Start date Start date
N

Nathan Franklin

hey guys,

i am wanting to have a sub that handles all my exceptions.

is there a base exception class (is the just Exception) so I can pass
whatever exception i want to without having to overload each different
exception type?

thanks guys

--nathan
 
Back
Top