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

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.