<?php
namespace Payplug\Exception;

/**
 * 405 Not Allowed
 */
class NotAllowedException extends HttpException
{
}
