src/Exception/AuthException.php
<?php
/**
* RTCKit\SIP\Exception\AuthException Class
*/
declare(strict_types = 1);
namespace RTCKit\SIP\Exception;
/**
* Exception thrown when processing authentication/authorization
* header values/parameters.
*/
class AuthException extends SIPException
{
}