Class not_available_error

Inheritance Relationships

Base Type

Class Documentation

class lbcrypto::not_available_error : public lbcrypto::openfhe_error

Inheritence diagram for lbcrypto::not_available_error:

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

Collaboration diagram for lbcrypto::not_available_error:

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

Public Functions

inline not_available_error(const std::string &file, int line, const std::string &what)