<?php

namespace Telnyx\Exception;

/**
 * PermissionException is thrown in cases where access was attempted on a
 * resource that wasn't allowed.
 *
 * @package Telnyx\Exception
 */
class PermissionException extends ApiErrorException
{
}