2#include <cosmos/error/UsageError.hxx>
3#include <cosmos/fs/TempFile.hxx>
4#include <cosmos/private/cosmos.hxx>
11 }
catch (
const std::exception &e) {
12 noncritical_error(
"Failed to close TmpFile", e);
17 if (!m_tmp_path.empty())
20 cosmos_throw (
UsageError(
"accessed path for closed TempFile"));
void close() override
Close the current file object.
const std::string & path() const
Returns the expanded path to the temporary file.
Exception type for logical usage errors within the application.