24#ifndef TAPROOT_CREATE_ERRORS_HPP_
25#define TAPROOT_CREATE_ERRORS_HPP_
42#define RAISE_ERROR(drivers, desc) \
45 tap::errors::SystemError stringError(desc, __LINE__, __FILE__); \
46 drivers->errorController.addToErrorList(stringError); \
Definition create_errors.hpp:30