View file ProForum/Files/application/vendor/coingate/coingate-php/lib/APIError/IpAddressIsNotAllowed.php

File size: 109B
<?php

namespace CoinGate\APIError;

# HTTP Status 401
class IpAddressIsNotAllowed extends Unauthorized
{
}