PHP 클래스 Jenssegers\Optimus\Exceptions\InvalidPrimeException

상속: extends RangeExceptio\RangeException
파일 보기 프로젝트 열기: jenssegers/optimus

공개 메소드들

메소드 설명
__construct ( string $message = "", integer $code, Exception $previous = null ) InvalidPrimeException constructor.

메소드 상세

__construct() 공개 메소드

InvalidPrimeException constructor.
public __construct ( string $message = "", integer $code, Exception $previous = null )
$message string
$code integer
$previous Exception