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