<?php

namespace HtmlDriven\CorsProxy\Exception;

use RuntimeException;

/**
 * Exception which is thrown when given file is not found or not accessible.
 */
class FileNotFoundException extends RuntimeException
{

}
