Business Exception class
| package | sso\lib |
|---|
addData(mixed $data, string $key = NULL)
mixedextra data to add
stringkey to use for bind the data (optional)
getData(string $key = NULL) : mixed | array<mixed,mixed>
stringa key for retrieve specific data, NULL for all data
mixedarray<mixed,mixed>return all data if $key is NULL, the data bind to $key otherwise$data : array<mixed,mixed>
array()