@nhtio/encryption/errors
Provides the errors for the encryption module.
Classes
| Class | Description |
|---|---|
| E_PAYLOAD_UNSERIALIZABLE | Thrown when the value cannot be serialized. |
| RuntimeException | - |
Variables
| Variable | Description |
|---|---|
| E_INSECURE_APP_KEY | Thrown when the encryption key does not have sufficient length to be considered secure. |
| E_MISSING_APP_KEY | Thrown when the encryption key is missing. |