longyi c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
..
Plugin c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
State c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
TemporaryState c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Test c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
AbstractAggregateException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
AggregateExceptionInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
AlreadyExistsException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
AuthenticationException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
AuthorizationException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
BulkException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ConfigurationMismatchException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
CouldNotDeleteException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
CouldNotSaveException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
CronException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
EmailNotConfirmedException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
FileSystemException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
InputException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
IntegrationException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
InvalidEmailOrPasswordException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
LocalizedException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
MailException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
NoSuchEntityException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
NotFoundException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
PaymentException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
README.md c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
RemoteServiceUnavailableException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
RuntimeException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SecurityViolationException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SerializationException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SessionException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
StateException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
TemporaryStateExceptionInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ValidatorException.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos

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.