cable_error_handler_set Subroutine

public subroutine cable_error_handler_set(new_error_handler)

Set the global error handler instance.

Arguments

Type IntentOptional Attributes Name
class(cable_error_handler_base_t), intent(in) :: new_error_handler

New error handler instance to set as the global error handler.


Called by

proc~~cable_error_handler_set~~CalledByGraph proc~cable_error_handler_set cable_error_handler_set program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~cable_error_handler_set