package models;

/**
 * Created by Leonidas on 10/11/2015.
 */
public class UnsupportedFeatureException extends Throwable {
    public UnsupportedFeatureException(String s) {
    }
}
