Класс ForbiddenActionError
Исключение ForbiddenActionError вызывается в случае выполнения запрещенной операции.
class ForbiddenActionError : public BaseError
{
public:
explicit ForbiddenActionError(const std::string& reason);
};
Исключение ForbiddenActionError вызывается в случае выполнения запрещенной операции.
class ForbiddenActionError : public BaseError
{
public:
explicit ForbiddenActionError(const std::string& reason);
};