Skip to content

Commit

Permalink
ScriptLangNotSupported exception should extended BadRequest400
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jul 23, 2014
1 parent 07ddc97 commit 02784fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
*/
class ScriptLangNotSupportedException extends \Exception implements ElasticsearchException
class ScriptLangNotSupportedException extends BadRequest400Exception implements ElasticsearchException
{
}
2 changes: 1 addition & 1 deletion util/elasticsearch

0 comments on commit 02784fd

Please sign in to comment.