You are here

protected static function EdgeExceptionSubscriber::getPriority in Apigee Edge 8

1 call to EdgeExceptionSubscriber::getPriority()
EdgeExceptionSubscriber::getSubscribedEvents in src/EventSubscriber/EdgeExceptionSubscriber.php
Returns an array of event names this subscriber wants to listen to.

File

src/EventSubscriber/EdgeExceptionSubscriber.php, line 114

Class

EdgeExceptionSubscriber
Handles uncaught ApiExceptions.

Namespace

Drupal\apigee_edge\EventSubscriber

Code

protected static function getPriority() {
  return 1024;
}