<?php
namespace Payplug\Exception;

/**
 * 401 Unauthorized
 */
class UnauthorizedException extends HttpException
{
}
