View file ProForum/Files/application/vendor/coingate/coingate-php/lib/APIError/AccountBlocked.php
<?php
namespace CoinGate\APIError;
# HTTP Status 401
class AccountBlocked extends Unauthorized
{
}
<?php
namespace CoinGate\APIError;
# HTTP Status 401
class AccountBlocked extends Unauthorized
{
}