<?php

namespace Xentral\Components\Http\Exception;

class FileExistsException  extends \RuntimeException implements HttpComponentExceptionInterface
{
}