Dcrypt\Random::toss PHP 메소드

toss() 개인적인 정적인 메소드

Throw an error when a failure occurs.
private static toss ( )
    private static function toss()
    {
        $e = 'Dcrypt failed to generate a random number';
        throw new \exception($e);
    }