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

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.