Skip to content

@nhtio/encryption/errors

Provides the errors for the encryption module.

Classes

ClassDescription
E_PAYLOAD_UNSERIALIZABLEThrown when the value cannot be serialized.
RuntimeException-

Variables

VariableDescription
E_INSECURE_APP_KEYThrown when the encryption key does not have sufficient length to be considered secure.
E_MISSING_APP_KEYThrown when the encryption key is missing.