package com.github.badpop.jcoinbase.exception; public class PriceTypeNotFoundException extends JCoinbaseException { public PriceTypeNotFoundException(String message) { super(message); } }