longyi c9405dd336 vendor hace 5 años
..
Plugin c9405dd336 vendor hace 5 años
State c9405dd336 vendor hace 5 años
TemporaryState c9405dd336 vendor hace 5 años
Test c9405dd336 vendor hace 5 años
AbstractAggregateException.php c9405dd336 vendor hace 5 años
AggregateExceptionInterface.php c9405dd336 vendor hace 5 años
AlreadyExistsException.php c9405dd336 vendor hace 5 años
AuthenticationException.php c9405dd336 vendor hace 5 años
AuthorizationException.php c9405dd336 vendor hace 5 años
BulkException.php c9405dd336 vendor hace 5 años
ConfigurationMismatchException.php c9405dd336 vendor hace 5 años
CouldNotDeleteException.php c9405dd336 vendor hace 5 años
CouldNotSaveException.php c9405dd336 vendor hace 5 años
CronException.php c9405dd336 vendor hace 5 años
EmailNotConfirmedException.php c9405dd336 vendor hace 5 años
FileSystemException.php c9405dd336 vendor hace 5 años
InputException.php c9405dd336 vendor hace 5 años
IntegrationException.php c9405dd336 vendor hace 5 años
InvalidEmailOrPasswordException.php c9405dd336 vendor hace 5 años
LocalizedException.php c9405dd336 vendor hace 5 años
MailException.php c9405dd336 vendor hace 5 años
NoSuchEntityException.php c9405dd336 vendor hace 5 años
NotFoundException.php c9405dd336 vendor hace 5 años
PaymentException.php c9405dd336 vendor hace 5 años
README.md c9405dd336 vendor hace 5 años
RemoteServiceUnavailableException.php c9405dd336 vendor hace 5 años
RuntimeException.php c9405dd336 vendor hace 5 años
SecurityViolationException.php c9405dd336 vendor hace 5 años
SerializationException.php c9405dd336 vendor hace 5 años
SessionException.php c9405dd336 vendor hace 5 años
StateException.php c9405dd336 vendor hace 5 años
TemporaryStateExceptionInterface.php c9405dd336 vendor hace 5 años
ValidatorException.php c9405dd336 vendor hace 5 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.