Function ecl::devices::open_exception
- Defined in File exception_handler_pos.hpp 
Function Documentation
- 
StandardException ecl::devices::open_exception(const char *loc, const std::string &file_name)
- This function generates a custom StandardException response for posix error numbers generated by posix open/fdopen 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.