<?php
namespace Payplug\Exception;

/**
 * 404 Not Found
 */
class NotFoundException extends HttpException
{
}
