Identify TMS VCL Cloud Pack code raised exceptions

It would be interesting that exceptions raised by Cloud Pack will be a particular type of exceptions, for identifying that in my code.
That wil be changing raise excepcion.create() for raise TCloudBaseException.Create(), being TCloudBaseException=class(Exception) in modules inside TMS VCL Cloud Pack.

Example on line 3050 of CloudBase.pas

Thanks