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