« Random\Engine\Secure::generate
Random\BrokenRandomEngineError »
PHP Manual
random
The Random\RandomError class
The Random\RandomError class
(PHP 8 >= 8.2.0)
简介
The base class for
Error
s that occur during generation or use of randomness.
类摘要
class
Random\RandomError
extends
Error
{
/* 继承的属性 */
protected
string
$
message
= ""
;
private
string
$
string
= ""
;
protected
int
$
code
;
protected
string
$
file
= ""
;
protected
int
$
line
;
private
array
$
trace
= []
;
private
?
Throwable
$
previous
= null
;
/* 继承的方法 */
final
public
Error::getMessage
():
string
final
public
Error::getPrevious
():
?
Throwable
final
public
Error::getCode
():
int
final
public
Error::getFile
():
string
final
public
Error::getLine
():
int
final
public
Error::getTrace
():
array
final
public
Error::getTraceAsString
():
string
public
Error::__toString
():
string
private
Error::__clone
():
void
}