UserDisplayException
extends Exception
in package
Exceptions meant to be shown the end user whether it be an error on a Twig template or an error response message directly from the backend via API.
Table of Contents
- getName() : string
- Returns a human-readable/friendly name for this exception.
Methods
getName()
Returns a human-readable/friendly name for this exception.
public
getName() : string