blob: 897ee998380bfb815efcf27f768d824f187dc45f [file] [log] [blame]
#include <sdeventplus/exception.hpp>
#include <system_error>
namespace sdeventplus
{
SdEventError::SdEventError(int r, const char* prefix) :
std::system_error(r, std::generic_category(), prefix)
{}
} // namespace sdeventplus