Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Plugin checkin il y a 2 ans
State checkin il y a 2 ans
TemporaryState checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
AbstractAggregateException.php checkin il y a 2 ans
AggregateExceptionInterface.php checkin il y a 2 ans
AlreadyExistsException.php checkin il y a 2 ans
AuthenticationException.php checkin il y a 2 ans
AuthorizationException.php checkin il y a 2 ans
BulkException.php checkin il y a 2 ans
ConfigurationMismatchException.php checkin il y a 2 ans
CouldNotDeleteException.php checkin il y a 2 ans
CouldNotSaveException.php checkin il y a 2 ans
CronException.php checkin il y a 2 ans
EmailNotConfirmedException.php checkin il y a 2 ans
FileSystemException.php checkin il y a 2 ans
InputException.php checkin il y a 2 ans
IntegrationException.php checkin il y a 2 ans
InvalidArgumentException.php checkin il y a 2 ans
InvalidEmailOrPasswordException.php checkin il y a 2 ans
LocalizedException.php checkin il y a 2 ans
MailException.php checkin il y a 2 ans
NoSuchEntityException.php checkin il y a 2 ans
NotFoundException.php checkin il y a 2 ans
PaymentException.php checkin il y a 2 ans
README.md checkin il y a 2 ans
RemoteServiceUnavailableException.php checkin il y a 2 ans
RuntimeException.php checkin il y a 2 ans
SecurityViolationException.php checkin il y a 2 ans
SerializationException.php checkin il y a 2 ans
SessionException.php checkin il y a 2 ans
StateException.php checkin il y a 2 ans
TemporaryStateExceptionInterface.php checkin il y a 2 ans
ValidatorException.php checkin il y a 2 ans

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.