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

File size: 97B
<?php

namespace CoinGate\APIError;

# HTTP Status 404
class OrderNotFound extends NotFound
{
}