Handles.rawExceptions constructor

  1. @Deprecated('Use @ServerRawExceptionHandler instead')
const Handles.rawExceptions()

Constructor for low-level server exception handler annotation.

A program can have at most one such annotation.

Implementation

@Deprecated('Use @ServerRawExceptionHandler instead')
const Handles.rawExceptions()
    : pipeline = null,
      httpMethod = null,
      pattern = null,
      priority = _serverLowLevel;