top | up | prev | next

InvalidPathException Class

Definition at line 13 of Path.hpp

Constructors

InvalidPathException(const std::string& message_)

Constructor Details

InvalidPathException Constructor

soulng::util::InvalidPathException::InvalidPathException(const std::string& message_)

Definition at line 114 of Path.cpp :
114 : std::runtime_error(message_)
115 {
116 }


Declaration at line 16 of Path.hpp


top | up | prev | next