Thrown in function seqan3::erase_gap, if a position does not contain a gap. More...
#include <seqan3/alignment/exception.hpp>
Inheritance diagram for seqan3::gap_erase_failure:Public Member Functions | |
| gap_erase_failure (std::string const &s) | |
| The constructor. More... | |
| T | what (T... args) |
Thrown in function seqan3::erase_gap, if a position does not contain a gap.
|
inline |
The constructor.
| [in] | s | The error message. |