FreeRTOS Addons
|
#include <mutex.hpp>
Public Member Functions | |
MutexCreateException () | |
virtual const char * | what () const throw () |
This is the exception that is thrown if a Mutex constructor fails.
|
inline |
Create the exception.
|
inlinevirtual |
Get what happened as a string. We are overriding the base implementation here.