master
<?php namespace Uphold\Exception; use Uphold\Exception\UpholdClientException; /** * RuntimeException. */ class RuntimeException extends UpholdClientException { }