Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 625 Bytes

RuntimeError.md

File metadata and controls

33 lines (20 loc) · 625 Bytes

RuntimeError

class RuntimeError

Inherited from: Error. Inherited by: BufferOverflow.

Required header: <Eclog/Error.h>

The RuntimeError class defines a type of error object that reports runtime errors.

Member functions

Name Description
id Returns the identifier of this class.

id

static const ErrorId& id();

Returns the identifier of this class.

Return value

ErrorId& Reference to the identifier.