gabrielbull/php-waredesk-api

View on GitHub
src/Exceptions/AuthenticationErrorException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Waredesk\Exceptions;

use Waredesk\Exception;

class AuthenticationErrorException extends Exception
{
}