<?php namespace Elastica\Exception; /** * Invalid exception. * * @author Nicolas Ruflin <spam@ruflin.com> */ class InvalidException extends \InvalidArgumentException implements ExceptionInterface { }