<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

namespace Magento\ServicesConnector\Exception;

/**
 * Exception thrown if an error occurs during JWT signing of private key
 */
class PrivateKeySignException extends \Exception
{

}
