Struct LogicError

Base Type

  • public std::logic_error

struct LogicError : public std::logic_error

Exception thrown when logical precondition is violated.

This exception should not be thrown directly and is instead thrown by the MORPHEUS_EXPECTS macro.

Public Functions

inline LogicError(char const *const message)

inline LogicError(std::string const &message)

Previous Struct LoaderRegistryProxy
Next Struct MatxUtil
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.