<?php
declare(strict_types = 1);

namespace BrowscapPHP\Exception;

final class NoCachedVersionException extends DomainException
{
}
