/* * ReenteraptException.cpp * * Created on: 11 янв. 2023 г. * Author: titov */ #include "ReenteraptException.hh" std::size_t systemic::ReenteraptException::id() const noexcept { return 9376; } std::pair systemic::ReenteraptException::binary() const noexcept { return std::pair( reinterpret_cast(this), sizeof(ReenteraptException) ); } const char * systemic::ReenteraptException::what() const noexcept { return "Interrupt critical section"; }