longyi c9405dd336 vendor 5 years ago
..
Plugin c9405dd336 vendor 5 years ago
State c9405dd336 vendor 5 years ago
TemporaryState c9405dd336 vendor 5 years ago
Test c9405dd336 vendor 5 years ago
AbstractAggregateException.php c9405dd336 vendor 5 years ago
AggregateExceptionInterface.php c9405dd336 vendor 5 years ago
AlreadyExistsException.php c9405dd336 vendor 5 years ago
AuthenticationException.php c9405dd336 vendor 5 years ago
AuthorizationException.php c9405dd336 vendor 5 years ago
BulkException.php c9405dd336 vendor 5 years ago
ConfigurationMismatchException.php c9405dd336 vendor 5 years ago
CouldNotDeleteException.php c9405dd336 vendor 5 years ago
CouldNotSaveException.php c9405dd336 vendor 5 years ago
CronException.php c9405dd336 vendor 5 years ago
EmailNotConfirmedException.php c9405dd336 vendor 5 years ago
FileSystemException.php c9405dd336 vendor 5 years ago
InputException.php c9405dd336 vendor 5 years ago
IntegrationException.php c9405dd336 vendor 5 years ago
InvalidEmailOrPasswordException.php c9405dd336 vendor 5 years ago
LocalizedException.php c9405dd336 vendor 5 years ago
MailException.php c9405dd336 vendor 5 years ago
NoSuchEntityException.php c9405dd336 vendor 5 years ago
NotFoundException.php c9405dd336 vendor 5 years ago
PaymentException.php c9405dd336 vendor 5 years ago
README.md c9405dd336 vendor 5 years ago
RemoteServiceUnavailableException.php c9405dd336 vendor 5 years ago
RuntimeException.php c9405dd336 vendor 5 years ago
SecurityViolationException.php c9405dd336 vendor 5 years ago
SerializationException.php c9405dd336 vendor 5 years ago
SessionException.php c9405dd336 vendor 5 years ago
StateException.php c9405dd336 vendor 5 years ago
TemporaryStateExceptionInterface.php c9405dd336 vendor 5 years ago
ValidatorException.php c9405dd336 vendor 5 years ago

README.md

#Exception

  • Classes that extend the base Exception class represent types of Exceptions.
  • All Exception classes extend, directly or indirectly, LocalizedException. Thus, error messages can be localized.
  • Several Exception classes extend, directly or indirectly, AbstractAggregateException. This allows them to store ErrorMessage objects.
  • The ErrorMessage class stores and renders localized error information.