exception in a file.
More...
#include <ini.hpp>
|
| exception (unsigned line, unsigned column, std::string msg) noexcept |
|
auto | line () const noexcept -> unsigned |
|
auto | column () const noexcept -> unsigned |
|
auto | what () const noexcept -> const char *override |
|
◆ exception()
irccd::ini::exception::exception |
( |
unsigned |
line, |
|
|
unsigned |
column, |
|
|
std::string |
msg |
|
) |
| |
|
noexcept |
Constructor.
- Parameters
-
line | the line |
column | the column |
msg | the message |
◆ column()
auto irccd::ini::exception::column |
( |
| ) |
const -> unsigned |
|
noexcept |
Get the column number.
- Returns
- the column
◆ line()
auto irccd::ini::exception::line |
( |
| ) |
const -> unsigned |
|
noexcept |
Get the line number.
- Returns
- the line
◆ what()
auto irccd::ini::exception::what |
( |
| ) |
const -> const char *override |
|
overridenoexcept |
Return the raw exception message (no line and column shown).
- Returns
- the exception message
The documentation for this class was generated from the following file: