@@ -1,6 +1,7 @@ #import "PGException.h" +#import "PGConnection+Private.h" @implementation PGException @synthesize connection = _connection; + (instancetype)exceptionWithConnection: (PGConnection *)connection