Function ecl::devices::close_exception
Defined in File exception_handler_pos.hpp
Function Documentation
-
StandardException ecl::devices::close_exception(const char *loc, const std::string &file_name)
This function generates a custom StandardException response for posix error numbers generated by posix close/fclose calls.
- Parameters:
loc – : use with the LOC macro, identifies the line and file of the code.
file_name – : not directly used, but incorporated into the debugging message.