| 7 | #include "../core/errorhandler.h" |
| 8 | |
| 9 | ASMJIT_BEGIN_NAMESPACE |
| 10 | |
| 11 | ErrorHandler::ErrorHandler() noexcept {} |
| 12 | ErrorHandler::~ErrorHandler() noexcept {} |
| 13 | |
| 14 | ASMJIT_END_NAMESPACE |
nothing calls this directly
no outgoing calls
no test coverage detected