Class thl::BlockingException#

class BlockingException : public std::runtime_error#

Inheritance diagram for thl::BlockingException:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "3" [label="std::exception" tooltip="std::exception"] "2" [label="std::runtime_error" tooltip="std::runtime_error"] "1" [label="thl::BlockingException" tooltip="thl::BlockingException" fillcolor="#BFBFBF"] "2" -> "3" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for thl::BlockingException:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "3" [label="std::exception" tooltip="std::exception"] "2" [label="std::runtime_error" tooltip="std::runtime_error"] "1" [label="thl::BlockingException" tooltip="thl::BlockingException" fillcolor="#BFBFBF"] "2" -> "3" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Exception thrown when attempting a blocking operation without allow_blocking flag.

Public Functions

inline explicit BlockingException(std::string_view path)#
inline const std::string &path() const#