cable_error_handler_base_abort Subroutine

private subroutine cable_error_handler_base_abort(this, message, file, line, error_code)

Default implementation of the abort procedure for the base error handler.

Type Bound

cable_error_handler_base_t

Arguments

Type IntentOptional Attributes Name
class(cable_error_handler_base_t), intent(inout) :: this
character(len=*), intent(in) :: message

Error message to display

character(len=*), intent(in) :: file

Source file where the error occurred

integer, intent(in) :: line

Line number where the error occurred

integer, intent(in), optional :: error_code

Optional error code