FluxBB\Server\Exception\ValidationFailed::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Contracts\Support\MessageProvider $errors )
$errors Illuminate\Contracts\Support\MessageProvider
    public function __construct(MessageProvider $errors)
    {
        $this->errors = $errors;
    }