class reading_file
Declaration
class reading_file : public error { /* full declaration omitted */ };Description
Class thrown if config file can not be read
Declared at: libs/pika/program_options/include/pika/program_options/errors.hpp:69
Inherits from: error
Method Overview
- public reading_file(const char * filename)
Inherited from error:
Methods
reading_file(const char* filename)
reading_file(const char* filename)Declared at: libs/pika/program_options/include/pika/program_options/errors.hpp:72
Parameters
- const char* filename