proxygen
folly::ShutdownSemError Struct Reference

The exception thrown when wait()ing on an isShutdown() LifoSem. More...

#include <LifoSem.h>

Inheritance diagram for folly::ShutdownSemError:

Public Member Functions

 ShutdownSemError (const std::string &msg)
 
 ~ShutdownSemError () noexceptoverride
 

Detailed Description

The exception thrown when wait()ing on an isShutdown() LifoSem.

Definition at line 97 of file LifoSem.h.

Constructor & Destructor Documentation

folly::ShutdownSemError::ShutdownSemError ( const std::string msg)
explicit

Definition at line 33 of file LifoSem.cpp.

34  : std::runtime_error(msg) {}
folly::ShutdownSemError::~ShutdownSemError ( )
overridenoexcept

Definition at line 36 of file LifoSem.cpp.

36 {}

The documentation for this struct was generated from the following files: