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

File size: 95B
<?php

namespace CoinGate\APIError;

# HTTP Status 401
class Unauthorized extends APIError
{
}