master
<?php declare(strict_types=1); namespace Jimmerioles\BitcoinCurrencyConverter\Contracts; interface ExceptionInterface { }