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)

© Copyright 2023, NVIDIA. Last updated on Aug 23, 2023.