PHP 클래스 Dumplie\SharedKernel\Domain\Exception\UnknownEventException

상속: extends Exception
파일 보기 프로젝트 열기: dumplie/dumplie 1 사용 예제들

공개 메소드들

메소드 설명
unexpected ( string $expectedName, string $receivedName ) : UnknownEventException
unsupported ( string $name ) : UnknownEventException

메소드 상세

unexpected() 공개 정적인 메소드

public static unexpected ( string $expectedName, string $receivedName ) : UnknownEventException
$expectedName string
$receivedName string
리턴 UnknownEventException

unsupported() 공개 정적인 메소드

public static unsupported ( string $name ) : UnknownEventException
$name string
리턴 UnknownEventException