seregazhuk/php-smsintel-api

View on GitHub
src/Exceptions/WrongRequest.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace seregazhuk\SmsIntel\Exceptions;

class WrongRequest extends BaseSmsIntelException
{

}