blob: 1cfba4fbe23cfa800a7a77d31dc6185253ad8230 [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