<?php

declare(strict_types=1);

namespace OpenSearch\Exception;

/**
 * Exception thrown when a 400 Bad Request HTTP error occurs for a Script Language Not Supported error.
 */
class ScriptLangNotSupportedException extends BadRequestHttpException
{
}
