Handles.exceptions constructor

  1. @Deprecated('Use @ServerExceptionHandler instead')
const Handles.exceptions()

Constructor for server exception handler annotation.

A program can have at most one such annotation.

Implementation

@Deprecated('Use @ServerExceptionHandler instead')
const Handles.exceptions()
    : pipeline = null,
      httpMethod = null,
      pattern = null,
      priority = _serverHighLevel;