gabrielbull/php-waredesk-api

View on GitHub
src/Exceptions/InvalidClientException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Waredesk\Exceptions;

use Waredesk\Exception;

class InvalidClientException extends Exception
{
}