gojekfarm/beast

View on GitHub
src/main/java/com/gojek/beast/exception/BQDatasetLocationChangedException.java

Summary

Maintainability
A
0 mins
Test Coverage
package com.gojek.beast.exception;

public class BQDatasetLocationChangedException extends RuntimeException {
    public BQDatasetLocationChangedException(String message) {
        super(message);
    }
}