PropertiesNotFoundException.java

package com.github.badpop.jcoinbase.exception;

public class PropertiesNotFoundException extends JCoinbaseException {

  public PropertiesNotFoundException(String message) {
    super(message);
  }
}