<?php

namespace Http\Discovery;

use Http\Discovery\Exception\NotFoundException as RealNotFoundException;


final class NotFoundException extends RealNotFoundException
{
}
