PHP Class Jenssegers\Optimus\Exceptions\InvalidPrimeException

Inheritance: extends RangeExceptio\RangeException
Afficher le fichier Open project: jenssegers/optimus

Méthodes publiques

Méthode Description
__construct ( string $message = "", integer $code, Exception $previous = null ) InvalidPrimeException constructor.

Method Details

__construct() public méthode

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