GRA RPG  DM & KK
Projekt na PO3
MyException Struct Reference

Struct to service exception. More...

Inheritance diagram for MyException:

Public Member Functions

 MyException (string err)
 Constructor Struct MyException

Parameters
err- Message error
More...
 
const string what () throw ()
 Show message error. More...
 

Public Attributes

string error
 Text error message. More...
 

Detailed Description

Struct to service exception.

Constructor & Destructor Documentation

◆ MyException()

MyException::MyException ( string  err)
inline

Constructor Struct MyException

Parameters
err- Message error

Member Function Documentation

◆ what()

const string MyException::what ( )
throw (
)
inline

Show message error.

Returns
message error

Member Data Documentation

◆ error

string MyException::error

Text error message.