View file ProForum/Files/application/vendor/coingate/coingate-php/lib/APIError/RecordNotFound.php
<?php
namespace CoinGate\APIError;
// HTTP Status 404
class RecordNotFound extends NotFound
{
}
<?php
namespace CoinGate\APIError;
// HTTP Status 404
class RecordNotFound extends NotFound
{
}