<?php

namespace HtmlDriven\CorsProxy\Exception;

use RuntimeException;

/**
 * Exception which is thrown when given config file is malformed.
 */
class MalformedConfigFileException extends RuntimeException
{

}
