2009/3/25 Michał Nowotka :
> And one more question - what about user-defined exceptions?
> Suppose I have following code from library which I cannot modify:
>
> namespace faif
>
> {
>
>
> class FaifException : public std::exception {
>
> public:
>
> FaifException(){}
>
>
And one more question - what about user-defined exceptions?
Suppose I have following code from library which I cannot modify:
namespace faif
{
class FaifException : public std::exception {
public:
FaifException(){}
virtual ~FaifException() throw() {