CRYPTOGRAPHY_PROBLEM
CRYPTOGRAPHY_PROBLEM
The `cryptography` exception type.
Class ExceptionFactory - Factory object for framework exception instancing.
create(string|null $type) : \CryptoManana\Core\Abstractions\ErrorHandling\AbstractException|object|null
Create a framework exception.
string|null | $type | The exception class name as type for creation. |
An exception object or null.
createInstance(string|null $type) : \CryptoManana\Core\Abstractions\ErrorHandling\AbstractException|object|null
Create a framework exception.
string|null | $type | The exception class name as type for creation. |
An exception object or null.