#include <userver/storages/postgres/exceptions.hpp>
Exception is thrown when a single connection fails to connect.
Definition at line 217 of file exceptions.hpp.
Public Member Functions | |
ConnectionFailed (const Dsn &dsn) | |
ConnectionFailed (const Dsn &dsn, std::string_view message) | |