25#ifndef _UTILS_IPC_SEM_EXCEPTIONS_H_
26#define _UTILS_IPC_SEM_EXCEPTIONS_H_
28#include <core/exception.h>
Base class for exceptions in Fawkes.
SemCannotLockException()
Constructor.
Cannot set value on semaphore.
SemCannotSetValException()
Constructor.
SemCannotUnlockException()
Constructor.
Semaphore or semaphore set invalid.
SemInvalidException()
Constructor.
Fawkes library namespace.