Definition: Component.cpp:7
NotFoundError(const std::string &what)
Create a new wal exception.
Definition: WalError.cpp:18
WalError & operator=(const WalError &)=default
A default assignment operator.
~DuplicateError() override=default
A default destructor.
NotFoundError & operator=(const NotFoundError &)=default
A default assignment operator.
DuplicateError(const std::string &what)
Create a new wal exception.
Definition: WalError.cpp:14
The base class for WAL's exceptions.
Definition: WalError.hpp:15
WalError(const std::string &what)
Create a new wal exception.
Definition: WalError.cpp:10
~NotFoundError() override=default
A default destructor.
~WalError() override=default
A default destructor.
An exception informing the user that something could not be found.
Definition: WalError.hpp:43
An exception informing the user that something already exists.
Definition: WalError.hpp:29
DuplicateError & operator=(const DuplicateError &)=default
A default assignment operator.