InternalException

Errors caused by programming mistakes.

Extends: ApplicationException

Description

The InternalException class is used to manage errors caused by programming mistakes.

Constructors

Creates an error instance and assigns its values.

InternalException([String? trace_id, String? code, String? message])

  • trace_id: String? - (optional) unique transaction id used to trace execution through a call chain.
  • code: String? - (optional) unique error code. Default: “UNKNOWN”
  • message: String? - (optional) human-readable description of the error.