public class OffertaError extends Exception {

    public OffertaError(String msg) {
        super(msg);
    }

}
