Stellar PHP SDK API Documentation

CryptoException extends RuntimeException
in package

Exception thrown when a cryptographic operation fails.

This includes failures in signing, key derivation, or other operations in the SDK's cryptographic layer.

Table of Contents

Methods

__construct()  : mixed

Methods

__construct()

public __construct(string $message[, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string
$code : int = 0
$previous : Throwable|null = null

        
On this page

Search results