src/RelpipeException.cpp
branchv_0
changeset 29 f5f4eec9ac85
parent 19 2999fca726f3
equal deleted inserted replaced
28:71114e5a0b6e 29:f5f4eec9ac85
    39 
    39 
    40 RelpipeException::~RelpipeException() {
    40 RelpipeException::~RelpipeException() {
    41 	delete internal;
    41 	delete internal;
    42 }
    42 }
    43 
    43 
    44 std::string RelpipeException::getMessge() {
    44 std::string RelpipeException::getMessage() {
    45 	return internal->message;
    45 	return internal->message;
    46 }
    46 }
    47 
    47 
    48 }
    48 }
    49 }
    49 }