Struct to service exception. More...
Public Member Functions | |||
| MyException (string err) | |||
Constructor Struct MyException
| |||
| const string | what () throw () | ||
| Show message error. More... | |||
Public Attributes | |
| string | error |
| Text error message. More... | |
Struct to service exception.
|
inline |
Constructor Struct MyException
| err | - Message error |
|
inline | |||||||||||||
Show message error.
| string MyException::error |
Text error message.