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.