core-exception.inline.h 260 B

1234567891011
  1. #ifndef AFUN_CORE_EXCEPTION_INLINE_H
  2. #define AFUN_CORE_EXCEPTION_INLINE_H
  3. #include "core-exception.h"
  4. namespace aFuncore {
  5. inline const char *EnvironmentDestructException::what() {
  6. return message;
  7. }
  8. }
  9. #endif //AFUN_CORE_EXCEPTION_INLINE_H