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

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.