Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 720 Bytes

LogicError.md

File metadata and controls

32 lines (20 loc) · 720 Bytes

LogicError

class LogicError

Inherited from: Error. Inherited by: InvalidArgument, InvalidOperation, LengthError, and OutOfRange.

Required header: <Eclog/Error.h>

The LogicError class defines a type of error object that reports logic 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.