PHP Class Jenssegers\Optimus\Exceptions\InvalidPrimeException

Inheritance: extends RangeExceptio\RangeException
Show file Open project: jenssegers/optimus

Public Methods

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

Method Details

__construct() public method

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