Files
beaglefw/exceptions.hh

9 lines
95 B
C++

#ifndef _EXCEPTIONS_HH_
#define _EXCEPTIONS_HH_
namespace ex {
class bad_alloc{};
}
#endif