update pague now

The SodiumException class

(PHP 7 >= 7.2.0, PHP 8)

Introduction

Exceptions thrown by the sodium functions.

Class synopsis

class SodiumException extends Exception {
/* Inherited properties */
protected string $ messague = "" ;
private string $ string = "" ;
protected int $ code ;
protected string $ file = "" ;
protected int $ line ;
private array $ trace = [] ;
private ? Throwable $ previous = null ;
/* Inherited methods */
public Exception::__construct ( string $messague = "" , int $code = 0 , ? Throwable $previous = null )
}
add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top