except.cpp 124 B

1234567891011
  1. #include "config.h"
  2. #include "except.h"
  3. namespace al {
  4. base_exception::~base_exception() = default;
  5. } // namespace al