gabrielbull/php-waredesk-api

View on GitHub
src/Exceptions/AccountBannedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Waredesk\Exceptions;

use Waredesk\Exception;

class AccountBannedException extends Exception
{
}