SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
seqan3::file_open_error Struct Reference

Thrown if there is an unspecified filesystem or stream error while opening, e.g. permission problem. More...

#include <seqan3/io/exception.hpp>

+ Inheritance diagram for seqan3::file_open_error:

Public Member Functions

 file_open_error (std::string const &s)
 Constructor that forwards the exception string.
 
what (T... args)
 

Detailed Description

Thrown if there is an unspecified filesystem or stream error while opening, e.g. permission problem.


The documentation for this struct was generated from the following file: