This is Unofficial EPICS BASE Doxygen Site
epics::pvAccess::detail::connection_closed_exception Class Reference

#include "codec.h"

+ Inheritance diagram for epics::pvAccess::detail::connection_closed_exception:
+ Collaboration diagram for epics::pvAccess::detail::connection_closed_exception:

Public Member Functions

 connection_closed_exception (const std::string &s)
 

Detailed Description

Definition at line 116 of file codec.h.

Constructor & Destructor Documentation

epics::pvAccess::detail::connection_closed_exception::connection_closed_exception ( const std::string &  s)
inlineexplicit

Definition at line 118 of file codec.h.

118 : std::runtime_error(s) {}

The documentation for this class was generated from the following file: