How to check for request timeout error in exit block

Hi all,
I had a question.
In case response time of a request is greater than timeout limit , can we catch that error
I have a scenario where I want to exit iff the previous request call has timed out.
Is there a possible way to identify that in gatling ?
I have noticed that gatling provide structural options in error handling like exitHereIf, I just need to know how can I apply request Timeout condition in this ?

You can do a check on the status and save its value.
If you can’t find this value in the Session after this request, it means you had an IO exception and never received the response.