이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
spawntree
/
magento-test
보기
2
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
커밋
1
브렌치
70 MiB
PHP
79.9%
HTML
8.2%
JavaScript
5.7%
CSS
3.2%
CSV
2.8%
기타
0.2%
브렌치:
master
master
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from 'master'
${ noResults }
magento-test
/
lib
/
internal
/
Magento
/
Framework
/
Exception
히스토리
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.