minetro/mobilni-platby

View on GitHub
src/ResponseException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types = 1);

namespace Contributte\MobilniPlatby;

class ResponseException extends SmsException
{

}