Handling of "collate_fn" exceptions

I am raising a runtime exception in my custom collate_fn function, therefore I wanted to know if DataLoader internally handles exception raised from collate_fn or do I explicitly need to handle that when calling DataLoader?

No, the Error should be re-raised by DataLoader