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

File size: 102B
<?php

namespace CoinGate\APIError;

# HTTP Status 422
class UnprocessableEntity extends APIError
{
}