tec::PathException
#include <filesystem.hpp>
Inherits from std::exception
Public Functions
| Name | |
|---|---|
| PathException() | |
| PathException(const char * msg) | |
| PathException(const std::string & msg) | |
| virtual const char * | what() const override |
Protected Attributes
| Name | |
|---|---|
| std::string | message |
Public Functions Documentation
function PathException
inline PathException()
function PathException
inline PathException(
const char * msg
)
function PathException
inline PathException(
const std::string & msg
)
function what
inline virtual const char * what() const override
Protected Attributes Documentation
variable message
std::string message;
Updated on 2022-07-24 at 19:27:35 +0000