top | up | prev | next

UnicodeException Class

Definition at line 22 of Unicode.hpp

Constructors

UnicodeException(const std::string& message_)

Constructor Details

UnicodeException Constructor

soulng::unicode::UnicodeException::UnicodeException(const std::string& message_)

Definition at line 19 of Unicode.cpp :
  19 : std::runtime_error(message_)
  20 {
  21 }


Declaration at line 25 of Unicode.hpp


top | up | prev | next