总有人间一两风,填我十万八千梦

PHP SodiumException 用法 手册 | 示例代码

PHP开发手册 归档 746℃ 0评论

The SodiumException class

(PHP 7 >= 7.2.0, PHP 8)

简介

Exceptions thrown by the sodium functions.

类摘要

class SodiumException extends Exception {
/* 继承的属性 */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* 继承的方法 */
final public Exception::getMessage(): string
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
final public Exception::getTraceAsString(): string
public Exception::__toString(): string
private Exception::__clone(): void

}

用户贡献的笔记

There are no user contributed notes for this page.

转载请注明:悠然品鉴 » PHP SodiumException 用法 手册 | 示例代码

喜欢 (0)or分享 (0)
发表我的评论
取消评论

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址