com-dot-app-sancharsaathi-1-5-0.apk

Download file
    package net.sqlcipher;

public class RowAllocationException extends RuntimeException {
    public RowAllocationException() {
    }

    public RowAllocationException(String str) {
        super(str);
    }
}
    
Download file