Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 år sedan
..
Plugin checkin 2 år sedan
State checkin 2 år sedan
TemporaryState checkin 2 år sedan
Test/Unit checkin 2 år sedan
AbstractAggregateException.php checkin 2 år sedan
AggregateExceptionInterface.php checkin 2 år sedan
AlreadyExistsException.php checkin 2 år sedan
AuthenticationException.php checkin 2 år sedan
AuthorizationException.php checkin 2 år sedan
BulkException.php checkin 2 år sedan
ConfigurationMismatchException.php checkin 2 år sedan
CouldNotDeleteException.php checkin 2 år sedan
CouldNotSaveException.php checkin 2 år sedan
CronException.php checkin 2 år sedan
EmailNotConfirmedException.php checkin 2 år sedan
FileSystemException.php checkin 2 år sedan
InputException.php checkin 2 år sedan
IntegrationException.php checkin 2 år sedan
InvalidArgumentException.php checkin 2 år sedan
InvalidEmailOrPasswordException.php checkin 2 år sedan
LocalizedException.php checkin 2 år sedan
MailException.php checkin 2 år sedan
NoSuchEntityException.php checkin 2 år sedan
NotFoundException.php checkin 2 år sedan
PaymentException.php checkin 2 år sedan
README.md checkin 2 år sedan
RemoteServiceUnavailableException.php checkin 2 år sedan
RuntimeException.php checkin 2 år sedan
SecurityViolationException.php checkin 2 år sedan
SerializationException.php checkin 2 år sedan
SessionException.php checkin 2 år sedan
StateException.php checkin 2 år sedan
TemporaryStateExceptionInterface.php checkin 2 år sedan
ValidatorException.php checkin 2 år sedan

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.