You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 years ago
..
Plugin checkin 2 years ago
State checkin 2 years ago
TemporaryState checkin 2 years ago
Test/Unit checkin 2 years ago
AbstractAggregateException.php checkin 2 years ago
AggregateExceptionInterface.php checkin 2 years ago
AlreadyExistsException.php checkin 2 years ago
AuthenticationException.php checkin 2 years ago
AuthorizationException.php checkin 2 years ago
BulkException.php checkin 2 years ago
ConfigurationMismatchException.php checkin 2 years ago
CouldNotDeleteException.php checkin 2 years ago
CouldNotSaveException.php checkin 2 years ago
CronException.php checkin 2 years ago
EmailNotConfirmedException.php checkin 2 years ago
FileSystemException.php checkin 2 years ago
InputException.php checkin 2 years ago
IntegrationException.php checkin 2 years ago
InvalidArgumentException.php checkin 2 years ago
InvalidEmailOrPasswordException.php checkin 2 years ago
LocalizedException.php checkin 2 years ago
MailException.php checkin 2 years ago
NoSuchEntityException.php checkin 2 years ago
NotFoundException.php checkin 2 years ago
PaymentException.php checkin 2 years ago
README.md checkin 2 years ago
RemoteServiceUnavailableException.php checkin 2 years ago
RuntimeException.php checkin 2 years ago
SecurityViolationException.php checkin 2 years ago
SerializationException.php checkin 2 years ago
SessionException.php checkin 2 years ago
StateException.php checkin 2 years ago
TemporaryStateExceptionInterface.php checkin 2 years ago
ValidatorException.php checkin 2 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.