#include <userver/cache/exceptions.hpp>
Thrown by components::CachingComponentBase::Get if the cache is empty and MayReturnNull
returns false
(as by default).
Definition at line 16 of file exceptions.hpp.
Public Member Functions | |
EmptyCacheError (std::string_view cache_name) | |