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