protected static DefaultExceptionSubscriber::getPriority()
Specifies the priority of all listeners in this class.
The default priority is 1, which is very low. To have listeners that have a "first attempt" at handling exceptions return a higher priority.
Return value
int The event priority of this subscriber.
Overrides HttpExceptionSubscriberBase::getPriority
File
core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php, line 52
Class
DefaultExceptionSubscriber Handle