Class ReplicatedValueException

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class ReplicatedValueException : public std::runtime_error

Public Functions

inline ReplicatedValueException(ReplicatedValueType Expected, ReplicatedValueType Actual)
inline const char *what() const noexcept override
inline ReplicatedValueType GetExpectedType() const
inline ReplicatedValueType GetActualType() const