25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 년 전
..
Plugin checkin 2 년 전
State checkin 2 년 전
TemporaryState checkin 2 년 전
Test/Unit checkin 2 년 전
AbstractAggregateException.php checkin 2 년 전
AggregateExceptionInterface.php checkin 2 년 전
AlreadyExistsException.php checkin 2 년 전
AuthenticationException.php checkin 2 년 전
AuthorizationException.php checkin 2 년 전
BulkException.php checkin 2 년 전
ConfigurationMismatchException.php checkin 2 년 전
CouldNotDeleteException.php checkin 2 년 전
CouldNotSaveException.php checkin 2 년 전
CronException.php checkin 2 년 전
EmailNotConfirmedException.php checkin 2 년 전
FileSystemException.php checkin 2 년 전
InputException.php checkin 2 년 전
IntegrationException.php checkin 2 년 전
InvalidArgumentException.php checkin 2 년 전
InvalidEmailOrPasswordException.php checkin 2 년 전
LocalizedException.php checkin 2 년 전
MailException.php checkin 2 년 전
NoSuchEntityException.php checkin 2 년 전
NotFoundException.php checkin 2 년 전
PaymentException.php checkin 2 년 전
README.md checkin 2 년 전
RemoteServiceUnavailableException.php checkin 2 년 전
RuntimeException.php checkin 2 년 전
SecurityViolationException.php checkin 2 년 전
SerializationException.php checkin 2 년 전
SessionException.php checkin 2 년 전
StateException.php checkin 2 년 전
TemporaryStateExceptionInterface.php checkin 2 년 전
ValidatorException.php checkin 2 년 전

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.