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

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.