DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Cannot commit, checkout or release files. More...
#include <kernel.hpp>
Public Member Functions | |
RepositoryOperationFailed (const char *op, const exception &reason) noexcept | |
RepositoryOperationFailed (const char *op, const std::string &reason) noexcept | |
virtual | ~RepositoryOperationFailed () noexcept |
![]() | |
exception (const std::string &what_arg, int level_arg) noexcept | |
virtual | ~exception () noexcept |
int | level () const noexcept |
virtual const char * | what () const noexcept |
Static Private Member Functions | |
static std::string | fill (const char *op, const std::string &reason) noexcept |
Cannot commit, checkout or release files.
Such exception is thrown when OKS cannot perform repository operation.
Definition at line 108 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from nested oks exception.
Definition at line 113 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from non-oks exception.
Definition at line 116 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 118 of file kernel.hpp.
|
staticprivatenoexcept |