The `dbms_exception` package provides functions on exception handling.
## `add_data`: Add data to the current exception.
Extend the parameters of the current exception by a key/value pair.
Parameters:
- `key` (string, optional): Key to store value with.
- `value` (string, required): Value to add to exception.