Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin há 2 anos
..
Plugin checkin há 2 anos
State checkin há 2 anos
TemporaryState checkin há 2 anos
Test/Unit checkin há 2 anos
AbstractAggregateException.php checkin há 2 anos
AggregateExceptionInterface.php checkin há 2 anos
AlreadyExistsException.php checkin há 2 anos
AuthenticationException.php checkin há 2 anos
AuthorizationException.php checkin há 2 anos
BulkException.php checkin há 2 anos
ConfigurationMismatchException.php checkin há 2 anos
CouldNotDeleteException.php checkin há 2 anos
CouldNotSaveException.php checkin há 2 anos
CronException.php checkin há 2 anos
EmailNotConfirmedException.php checkin há 2 anos
FileSystemException.php checkin há 2 anos
InputException.php checkin há 2 anos
IntegrationException.php checkin há 2 anos
InvalidArgumentException.php checkin há 2 anos
InvalidEmailOrPasswordException.php checkin há 2 anos
LocalizedException.php checkin há 2 anos
MailException.php checkin há 2 anos
NoSuchEntityException.php checkin há 2 anos
NotFoundException.php checkin há 2 anos
PaymentException.php checkin há 2 anos
README.md checkin há 2 anos
RemoteServiceUnavailableException.php checkin há 2 anos
RuntimeException.php checkin há 2 anos
SecurityViolationException.php checkin há 2 anos
SerializationException.php checkin há 2 anos
SessionException.php checkin há 2 anos
StateException.php checkin há 2 anos
TemporaryStateExceptionInterface.php checkin há 2 anos
ValidatorException.php checkin há 2 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.