// //--------------------------------------------------------------------------------------- // Copyright (c) 2001-2017 by PDFTron Systems Inc. All Rights Reserved. // Consult legal.txt regarding legal and license information. //--------------------------------------------------------------------------------------- #import @interface PTPDFNet (catchException) + (BOOL)catchException:(void(^)())tryBlock error:(__autoreleasing NSError **)error; @end