/home/techmark/rkagrobd.com/nucleus/vendor/coingate/coingate-php/lib/APIError/BadAuthToken.php
<?php

namespace CoinGate\APIError;

# HTTP Status 401
class BadAuthToken extends Unauthorized
{
}