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

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

공개 메소드들

메소드 설명
emptySku ( ) : InvalidArgumentException
invalidCurrency ( string $currency ) : InvalidArgumentException
negativePriceAmount ( integer $given ) : InvalidArgumentException
negativePricePrecision ( integer $given ) : InvalidArgumentException

메소드 상세

emptySku() 공개 정적인 메소드

public static emptySku ( ) : InvalidArgumentException
리턴 InvalidArgumentException

invalidCurrency() 공개 정적인 메소드

public static invalidCurrency ( string $currency ) : InvalidArgumentException
$currency string
리턴 InvalidArgumentException

negativePriceAmount() 공개 정적인 메소드

public static negativePriceAmount ( integer $given ) : InvalidArgumentException
$given integer
리턴 InvalidArgumentException

negativePricePrecision() 공개 정적인 메소드

public static negativePricePrecision ( integer $given ) : InvalidArgumentException
$given integer
리턴 InvalidArgumentException