OpenClonk
C4JSONSerializationError Class Reference

#include <C4Value.h>

Inheritance diagram for C4JSONSerializationError:
[legend]
Collaboration diagram for C4JSONSerializationError:
[legend]

Public Member Functions

 C4JSONSerializationError (const std::string &msg)
 
const char * what () const noexcept override
 

Detailed Description

Definition at line 64 of file C4Value.h.

Constructor & Destructor Documentation

◆ C4JSONSerializationError()

C4JSONSerializationError::C4JSONSerializationError ( const std::string &  msg)
inline

Definition at line 68 of file C4Value.h.

68 : msg(msg) {}

Member Function Documentation

◆ what()

const char* C4JSONSerializationError::what ( ) const
inlineoverridenoexcept

Definition at line 69 of file C4Value.h.

69 { return msg.c_str(); }

Referenced by C4RoundResults::EvaluateGame().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: