#include #include AdHocFormatter(ResourceNotFoundMsg, "No such resource: %?"); void NetFS::Client::ResourceNotFound::ice_print(std::ostream & s) const { ResourceNotFoundMsg::write(s, resourceName); }