25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Plugin checkin 2 yıl önce
State checkin 2 yıl önce
TemporaryState checkin 2 yıl önce
Test/Unit checkin 2 yıl önce
AbstractAggregateException.php checkin 2 yıl önce
AggregateExceptionInterface.php checkin 2 yıl önce
AlreadyExistsException.php checkin 2 yıl önce
AuthenticationException.php checkin 2 yıl önce
AuthorizationException.php checkin 2 yıl önce
BulkException.php checkin 2 yıl önce
ConfigurationMismatchException.php checkin 2 yıl önce
CouldNotDeleteException.php checkin 2 yıl önce
CouldNotSaveException.php checkin 2 yıl önce
CronException.php checkin 2 yıl önce
EmailNotConfirmedException.php checkin 2 yıl önce
FileSystemException.php checkin 2 yıl önce
InputException.php checkin 2 yıl önce
IntegrationException.php checkin 2 yıl önce
InvalidArgumentException.php checkin 2 yıl önce
InvalidEmailOrPasswordException.php checkin 2 yıl önce
LocalizedException.php checkin 2 yıl önce
MailException.php checkin 2 yıl önce
NoSuchEntityException.php checkin 2 yıl önce
NotFoundException.php checkin 2 yıl önce
PaymentException.php checkin 2 yıl önce
README.md checkin 2 yıl önce
RemoteServiceUnavailableException.php checkin 2 yıl önce
RuntimeException.php checkin 2 yıl önce
SecurityViolationException.php checkin 2 yıl önce
SerializationException.php checkin 2 yıl önce
SessionException.php checkin 2 yıl önce
StateException.php checkin 2 yıl önce
TemporaryStateExceptionInterface.php checkin 2 yıl önce
ValidatorException.php checkin 2 yıl önce

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.