Skip to content

AfterHookExecutionError

import { AfterHookExecutionError } from '@kairo-js/router'

extends Error

Thrown when an after hook throws. When this error occurs, the handler result is discarded.

Not directly instantiable — received as a thrown exception.

Released under the MIT License.