RubtsovAV/serps-long-execution

View on GitHub
src/Core/Exception/ClientNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RubtsovAV\Serps\Core\Exception;

class ClientNotFoundException extends Exception
{

}