Exception class allowing to store and retrieve user data.
$data : mixed
User data
setData(mixed $data) : void
Sets user data.
getData() : mixed
Returns user data.