Class ReplicatedValueException
Defined in File ReplicatedValueException.h
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
-
inline ReplicatedValueException(ReplicatedValueType Expected, ReplicatedValueType Actual)