* SPDX-License-Identifier: MIT */ declare(strict_types=1); namespace Respect\Validation\Exceptions; /** * @author Antonio Spinelli * @author Danilo Correa * @author Henrique Moody */ final class WhenException extends ValidationException { }