Seafire-Server/seafire/server/error-handler.cxx

13 lines
220 B
C++
Raw Permalink Normal View History

2025-03-07 02:25:54 +01:00
#include <seafire/server/error-handler.hxx>
namespace seafire::server
{
error_handler_t::
error_handler_t() = default;
error_handler_t::
~error_handler_t() noexcept = default;
} // namespace seafire::serverk