No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Plugin checkin hace 2 años
State checkin hace 2 años
TemporaryState checkin hace 2 años
Test/Unit checkin hace 2 años
AbstractAggregateException.php checkin hace 2 años
AggregateExceptionInterface.php checkin hace 2 años
AlreadyExistsException.php checkin hace 2 años
AuthenticationException.php checkin hace 2 años
AuthorizationException.php checkin hace 2 años
BulkException.php checkin hace 2 años
ConfigurationMismatchException.php checkin hace 2 años
CouldNotDeleteException.php checkin hace 2 años
CouldNotSaveException.php checkin hace 2 años
CronException.php checkin hace 2 años
EmailNotConfirmedException.php checkin hace 2 años
FileSystemException.php checkin hace 2 años
InputException.php checkin hace 2 años
IntegrationException.php checkin hace 2 años
InvalidArgumentException.php checkin hace 2 años
InvalidEmailOrPasswordException.php checkin hace 2 años
LocalizedException.php checkin hace 2 años
MailException.php checkin hace 2 años
NoSuchEntityException.php checkin hace 2 años
NotFoundException.php checkin hace 2 años
PaymentException.php checkin hace 2 años
README.md checkin hace 2 años
RemoteServiceUnavailableException.php checkin hace 2 años
RuntimeException.php checkin hace 2 años
SecurityViolationException.php checkin hace 2 años
SerializationException.php checkin hace 2 años
SessionException.php checkin hace 2 años
StateException.php checkin hace 2 años
TemporaryStateExceptionInterface.php checkin hace 2 años
ValidatorException.php checkin hace 2 años

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.