seregazhuk/php-smsintel-api

View on GitHub
src/Exceptions/AuthenticationFailed.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace seregazhuk\SmsIntel\Exceptions;

class AuthenticationFailed extends BaseSmsIntelException
{

}