<?php
declare(strict_types = 1);

namespace BrowscapPHP\Exception;

use Exception;

final class FileNameMissingException extends Exception
{
}
